Parallel gradle builds + explicit output directory

This commit is contained in:
Frank van der Heijden 2021-01-08 10:22:07 +01:00
parent f265e4daf7
commit 0671b45185
No known key found for this signature in database
GPG key ID: 26DA56488D314D11
4 changed files with 21 additions and 1 deletions

2
gradle.properties Normal file
View file

@ -0,0 +1,2 @@
org.gradle.parallel=true
org.gradle.jvmargs='-Dfile.encoding=UTF-8'