Skip to content

Commit

Permalink
build: attempt fabric publishing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Dec 3, 2024
1 parent 32f331f commit 27e0660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/groovy/multiloader-common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ publishing {
publications {
mavenJava(MavenPublication) {
artifactId project.archivesBaseName
artifact project.jar
artifact project.sourcesJar
artifact project.tasks.<Jar>findByName(project.name == "fabric" ? "remapJar" : "jar")
artifact project.tasks.<Jar>findByName(project.name == "fabric" ? "remapSourcesJar" : "sourcesJar")
}
}
repositories {
Expand Down

0 comments on commit 27e0660

Please sign in to comment.