2022-01-31 00:21:39 +00:00
|
|
|
sourceCompatibility = appJvmCode
|
|
|
|
[compileJava, compileTestJava]*.options*.encoding = appEncoding
|
2022-01-28 08:53:02 +00:00
|
|
|
|
2022-01-31 00:21:39 +00:00
|
|
|
sourceSets.main.java.srcDirs = [ "src/", "resources/" ]
|
2022-01-28 08:53:02 +00:00
|
|
|
|
|
|
|
eclipse.project.name = appName + "-core"
|