Get rid of preshadow plugin, it doesn't play nice with recent IDEA

This commit is contained in:
Jonas Herzig
2020-07-13 11:36:58 +02:00
parent ffa66dd905
commit 9b98575c0b
2 changed files with 2 additions and 4 deletions

View File

@@ -284,9 +284,7 @@ dependencies {
transitive = false // FG 1.2 puts all MC deps into the compile configuration and we don't want to shade those
exclude group: 'org.projectlombok', module: 'lombok' // runtime only for @SneakyThrows which isn't used
}
jGui.afterEvaluate {
shadow files(jGui.tasks.preshadowJar.archivePath) // include pre-shadowed lwjgl_util
}
shadow 'com.github.ReplayMod:lwjgl-utils:27dcd66'
if (FABRIC) {
if (mcVersion >= 11600) {