Fix tests failing because they cannot access jGui classes

This commit is contained in:
Jonas Herzig
2020-07-13 11:53:17 +02:00
parent 9b98575c0b
commit f1f1f5dde2

View File

@@ -280,7 +280,7 @@ dependencies {
shadow "com.github.ReplayMod:ReplayStudio:fc8a66d", shadeExclusions
compileOnly(jGui){
implementation(jGui){
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
}