Skip to content

Commit

Permalink
Stop shadow renaming to fix breakage for graal 24+
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jan 11, 2025
1 parent 99812ce commit b005964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ shadowJar {
configurations = [project.configurations.shadow]
archiveClassifier.set(''); // Replace the default JAR
// To avoid clashes with other mods
relocate 'org.graalvm', 'org.cyclops.integratedscripting.vendors.org.graalvm'
relocate 'com.oracle', 'org.cyclops.integratedscripting.vendors.com.oracle'
// relocate 'org.graalvm', 'org.cyclops.integratedscripting.vendors.org.graalvm'
// relocate 'com.oracle', 'org.cyclops.integratedscripting.vendors.com.oracle'
relocate 'com.ibm', 'org.cyclops.integratedscripting.vendors.com.ibm'
finalizedBy 'reobfShadowJar'
}
Expand Down

0 comments on commit b005964

Please sign in to comment.