Get rid of preshadow plugin, it doesn't play nice with recent IDEA
This commit is contained in:
2
jGui
2
jGui
Submodule jGui updated: 04bcf018c9...d262f924ed
@@ -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
|
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
|
exclude group: 'org.projectlombok', module: 'lombok' // runtime only for @SneakyThrows which isn't used
|
||||||
}
|
}
|
||||||
jGui.afterEvaluate {
|
shadow 'com.github.ReplayMod:lwjgl-utils:27dcd66'
|
||||||
shadow files(jGui.tasks.preshadowJar.archivePath) // include pre-shadowed lwjgl_util
|
|
||||||
}
|
|
||||||
|
|
||||||
if (FABRIC) {
|
if (FABRIC) {
|
||||||
if (mcVersion >= 11600) {
|
if (mcVersion >= 11600) {
|
||||||
|
|||||||
Reference in New Issue
Block a user