Added gradle build config

This commit is contained in:
Willem Cazander 2022-01-28 09:53:02 +01:00
parent 977fe837dc
commit e7f9218261
9 changed files with 389 additions and 0 deletions

6
core/build.gradle Normal file
View file

@ -0,0 +1,6 @@
sourceCompatibility = 1.7
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets.main.java.srcDirs = [ "src/" ]
eclipse.project.name = appName + "-core"