Skip to content

Commit eb0fed7

Browse files
committed
Fix groupid in build file (remove dupe modid)
1 parent 00d2667 commit eb0fed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apply plugin: 'eclipse'
2020
apply plugin: 'maven-publish'
2121

2222
version = "${mod_version}"
23-
group = 'com.robotgryphon.compactmachines' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
23+
group = 'com.robotgryphon' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2424
archivesBaseName = mod_id
2525

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

0 commit comments

Comments
 (0)