Merge pull request #3008 from abomb4/master

Try fix 'Cannot attach to current VM' problem in IDEA
This commit is contained in:
Anuken
2020-10-18 09:28:33 -04:00
committed by GitHub

View File

@@ -262,6 +262,8 @@ project(":ios"){
project(":core"){ project(":core"){
apply plugin: "java-library" apply plugin: "java-library"
compileJava.options.fork = true
task preGen{ task preGen{
outputs.upToDateWhen{ false } outputs.upToDateWhen{ false }
generateLocales() generateLocales()