WarsmashModEngine/core/build.gradle

12 lines
202 B
Groovy
Raw Normal View History

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