Fix forge publishing as fabric

This commit is contained in:
shedaniel
2021-02-19 02:19:38 +08:00
parent 78043a3109
commit 5613937011

View File

@@ -64,7 +64,7 @@ remapJar {
publishing {
publications {
mavenForge(MavenPublication) {
artifactId = rootProject.archives_base_name + "-fabric"
artifactId = rootProject.archives_base_name + "-forge"
artifact(remapJar.archivePath) {
builtBy build
classifier null