Skip to content

Commit 5df11de

Browse files
committed
put it in the right place
1 parent f8f755e commit 5df11de

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
@@ -31,7 +31,7 @@ version = mc_version + "-" + short_version
3131
if (System.getenv().BUILD_NUMBER) {
3232
version += "." + System.getenv().BUILD_NUMBER
3333
}
34-
group = "mmd"
34+
group = "com.mcmoddev"
3535
archivesBaseName = "OreSpawn"
3636
sourceCompatibility = targetCompatibility = "1.8"
3737

0 commit comments

Comments
 (0)