diff --git a/metadata/com.money.manager.ex.yml b/metadata/com.money.manager.ex.yml index 9cdbd6627b..39711e65df 100644 --- a/metadata/com.money.manager.ex.yml +++ b/metadata/com.money.manager.ex.yml @@ -255,6 +255,8 @@ Builds: subdir: app gradle: - yes + rm: + - scripts prebuild: for class in tree code comp file main model parser processing util jvm; do sed -i -e "/jvmargs/s|$| --add-opens=jdk.compiler/com.sun.tools.javac.${class}=ALL-UNNAMED|" ../gradle.properties; done