mirror of
https://github.com/Retera/WarsmashModEngine.git
synced 2022-07-31 17:38:59 +02:00
9 lines
156 B
Groovy
9 lines
156 B
Groovy
|
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
||
|
|
||
|
sourceSets.main.java.srcDirs = [ "src/" ]
|
||
|
|
||
|
|
||
|
eclipse.project {
|
||
|
name = appName + "-shared"
|
||
|
}
|