WarsmashModEngine/core/build.gradle

12 lines
202 B
Groovy
Raw Normal View History

2018-12-04 05:35:14 +01:00
apply plugin: "java"
2019-09-08 23:39:20 +02:00
sourceCompatibility = 1.8
2018-12-04 05:35:14 +01:00
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets.main.java.srcDirs = [ "src/" ]
eclipse.project {
name = appName + "-core"
}