Change name to forgified-fabric-loom

This commit is contained in:
shedaniel
2020-12-08 15:27:29 +08:00
parent 42b1de13f2
commit 371ec1bb2b
2 changed files with 4 additions and 4 deletions

View File

@@ -151,7 +151,7 @@ bintray {
publish = true
pkg {
repo = "cloth"
name = "forgified.fabric-loom"
name = "forgified-fabric-loom"
userOrg = "shedaniel"
licenses = ["MIT"]
version {
@@ -166,8 +166,8 @@ bintray {
publishing {
publications {
plugin(MavenPublication) {
groupId 'forgified.fabric-loom'
artifactId 'forgified.fabric-loom.gradle.plugin'
groupId 'forgified-fabric-loom'
artifactId 'forgified-fabric-loom.gradle.plugin'
from components.java
artifact sourcesJar

View File

@@ -1,2 +1,2 @@
rootProject.name = "forgified.fabric-loom"
rootProject.name = "forgified-fabric-loom"