This commit is contained in:
Anuken
2020-02-07 10:47:58 -05:00
parent 33e818a757
commit b9841f9cfa
5 changed files with 369 additions and 46 deletions

View File

@@ -163,6 +163,9 @@ allprojects{
project(":desktop"){
apply plugin: "java"
compileJava.options.fork = true
compileJava.options.compilerArgs += ["-XDignore.symbol.file"]
dependencies{
compile project(":core")