core
This commit is contained in:
parent
53ba08f097
commit
7f2c9393a5
|
|
@ -1,4 +1,3 @@
|
|||
/core/
|
||||
/build/
|
||||
/gradle/
|
||||
/gradlew
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
sourceCompatibility = 17
|
||||
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
||||
|
||||
sourceSets.main.java.srcDirs = [ "src/" ]
|
||||
|
||||
eclipse.project.name = appName + "-core"
|
||||
Loading…
Reference in New Issue