gradle: Format build files

This commit is contained in:
Owain van Brakel
2019-07-24 22:49:38 +02:00
parent da159fd765
commit e911effeed
20 changed files with 224 additions and 239 deletions

2
gradlew.bat vendored
View File

@@ -30,7 +30,7 @@ set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS="-Xmx4g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"
set DEFAULT_JVM_OPTS="-Xmx4g" "-Xms2g" "-Dfile.encoding=UTF-8"
@rem Find java.exe
if defined JAVA_HOME goto findJavaFromJavaHome