Skip to content

Commit

Permalink
Fix Quilt Parsers relocation
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Jul 4, 2023
1 parent 2a6327a commit e98992c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ task fatJar(type: ShadowJar, dependsOn: getSat4jAbout) {
configurations = [project.configurations.include]

relocate 'org.quiltmc.loader.util.sat4j', 'org.quiltmc.loader.impl.lib.sat4j'
relocate 'org.quiltmc.qup', 'org.quiltmc.loader.impl.lib.qup'
relocate 'org.quiltmc.parsers', 'org.quiltmc.loader.impl.lib.parsers'
relocate 'com.electronwill', 'org.quiltmc.loader.impl.lib.electronwill'
relocate 'com.unascribed.flexver', 'org.quiltmc.loader.impl.lib.flexver'
//relocate 'org.quiltmc.json5', 'org.quiltmc.loader.impl.lib.json5'
Expand Down

0 comments on commit e98992c

Please sign in to comment.