mirror of
https://github.com/architectury/architectury-api.git
synced 2026-04-02 05:27:42 -05:00
Fix forge publishing as fabric
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user