Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Stop remapping outputs to SRG
Browse files Browse the repository at this point in the history
  • Loading branch information
robotgryphon committed Feb 24, 2023
1 parent 6d1fbce commit cc06f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ subprojects {
}

tasks.withType<RemapJarTask> {
targetNamespace.set("srg")
targetNamespace.set("named")
}
}

Expand Down

0 comments on commit cc06f85

Please sign in to comment.