Skip to content

Commit dcc91fb

Browse files
Fixed archivesBaseName
1 parent 5bea819 commit dcc91fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
1313

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

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

0 commit comments

Comments
 (0)