Added gradle project

This commit is contained in:
2020-07-07 21:04:44 +02:00
parent b603ede27c
commit eaa8b1cd6b
13 changed files with 542 additions and 2 deletions

6
gradle.properties Normal file
View File

@ -0,0 +1,6 @@
projectname=oparl-service
projectgroup=de.twomartens
projectSourceCompatibility=11
org.gradle.daemon=true
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8