Skip to content

Commit

Permalink
Fix build.gradle for com.elytradev refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
unascribed committed Feb 20, 2017
1 parent 80b28cf commit b6150cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ apply plugin: 'maven'



group = "io.github.elytra"
group = "com.elytradev"
archivesBaseName = "ProbeDataProviderAPI"
version = "MC1.11.2_ver1.0"

Expand All @@ -42,7 +42,7 @@ minecraft {

runDir = "minecraft"

replaceIn 'src/main/java/io/github/elytra/dataprovider/ProbeDataProviderPlugin.java'
replaceIn 'src/main/java/com/elytradev/dataprovider/ProbeDataProviderPlugin.java'
replace '@VERSION@', project.version
}

Expand Down

0 comments on commit b6150cb

Please sign in to comment.