summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar modmuss502016-08-16 16:41:30 +0100
committerGravatar modmuss502016-08-16 16:41:30 +0100
commit6be6f1911e6882d5f094bcf5a022f59399d79a4b (patch)
tree471950e1d13df498e89c6d9455008dc2e5b9a2d1
parentRename things to fabric (diff)
downloadenigma-6be6f1911e6882d5f094bcf5a022f59399d79a4b.tar.gz
enigma-6be6f1911e6882d5f094bcf5a022f59399d79a4b.tar.xz
enigma-6be6f1911e6882d5f094bcf5a022f59399d79a4b.zip
update group id
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index e013dcde..f267b6a7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -206,7 +206,7 @@ uploadArchives {
206 repository(url: "file:///var/www/maven/") 206 repository(url: "file:///var/www/maven/")
207 } 207 }
208 pom { 208 pom {
209 groupId = "fabricmc" 209 groupId = "net.fabricmc"
210 version = project.version 210 version = project.version
211 artifactId = project.archivesBaseName 211 artifactId = project.archivesBaseName
212 project { 212 project {