initial push
This commit is contained in:
parent
1ba01e529a
commit
58317495a6
12 changed files with 516 additions and 0 deletions
6
core/build.gradle
Normal file
6
core/build.gradle
Normal file
|
@ -0,0 +1,6 @@
|
|||
sourceCompatibility = 1.8
|
||||
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
||||
|
||||
sourceSets.main.java.srcDirs = [ "src/" ]
|
||||
|
||||
eclipse.project.name = appName + "-core"
|
Loading…
Add table
Add a link
Reference in a new issue