Mindustry/core/build.gradle

9 lines
197 B
Groovy
Raw Normal View History

2017-04-30 08:25:59 +07:00
apply plugin: "java"
sourceCompatibility = 1.8
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
2017-07-28 00:27:11 +07:00
sourceSets.main.java.srcDirs = ["src/"]
2017-04-30 08:25:59 +07:00
eclipse.project {
name = appName + "-core"
2018-06-16 05:06:05 +07:00
}