Skip to content

Commit

Permalink
Fixed archivesBaseName
Browse files Browse the repository at this point in the history
  • Loading branch information
libschmudie-so committed Feb 24, 2019
1 parent 5bea819 commit dcc91fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'

version = "2.7"
group = "li.netcube.mcvm" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "modid"
archivesBaseName = "mcvm"

sourceCompatibility = targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
compileJava {
Expand Down

0 comments on commit dcc91fb

Please sign in to comment.