mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-08 14:33:42 +07:00
11 lines
203 B
Groovy
11 lines
203 B
Groovy
apply plugin: "kotlin"
|
|
|
|
sourceCompatibility = 1.6
|
|
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
|
|
|
sourceSets.main.java.srcDirs = [ "src/" ]
|
|
|
|
eclipse.project {
|
|
name = appName + "-core"
|
|
}
|