mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 19:27:54 +07:00
12 lines
202 B
Groovy
12 lines
202 B
Groovy
![]() |
apply plugin: "java"
|
||
|
|
||
|
sourceCompatibility = 1.8
|
||
|
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
||
|
|
||
|
sourceSets.main.java.srcDirs = [ "src/" ]
|
||
|
|
||
|
|
||
|
eclipse.project {
|
||
|
name = appName + "-core"
|
||
|
}
|