Skip to content

Commit

Permalink
Remapping seems broken, so maybe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhyces committed Jun 14, 2024
1 parent 804b0ad commit d029563
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ tasks.processResources {
}
}

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

publishing {
publications {
create<MavenPublication>("mavenJava") {
Expand Down

0 comments on commit d029563

Please sign in to comment.