Skip to content

Commit d7bf523

Browse files
committed
copy quilt loader relocation for nightconfig
1 parent b7e13ba commit d7bf523

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ shadowJar {
8282

8383
archiveClassifier = null
8484
configurations = [ project.configurations.shadow ]
85+
86+
// need this because of quilt loader
87+
relocate 'com.electronwill', 'org.quiltmc.loader.impl.lib.electronwill'
8588
}
8689

8790
tasks.named('build').configure {

0 commit comments

Comments
 (0)