Skip to content

Commit

Permalink
add Fabric-Loom-Remap to common-api jar
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Sep 3, 2024
1 parent 21e69b6 commit d05376b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CommonApi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ tasks.withType<JavaCompile> {
}
}

tasks.withType<Jar> {
manifest {
attributes["Fabric-Loom-Remap"] = true
}
}

publishing {
publications {
register<MavenPublication>("commonApiJar") {
Expand Down

0 comments on commit d05376b

Please sign in to comment.