Skip to content

Commit

Permalink
copy quilt loader relocation for nightconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Jun 11, 2024
1 parent b7e13ba commit d7bf523
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ shadowJar {

archiveClassifier = null
configurations = [ project.configurations.shadow ]

// need this because of quilt loader
relocate 'com.electronwill', 'org.quiltmc.loader.impl.lib.electronwill'
}

tasks.named('build').configure {
Expand Down

0 comments on commit d7bf523

Please sign in to comment.