diff --git a/build.gradle b/build.gradle index e54f6b56b2..1fa4087b6c 100644 --- a/build.gradle +++ b/build.gradle @@ -262,6 +262,8 @@ project(":ios"){ project(":core"){ apply plugin: "java-library" + compileJava.options.fork = true + task preGen{ outputs.upToDateWhen{ false } generateLocales()