super-snake/core/build.gradle

13 lines
228 B
Groovy
Raw Permalink Normal View History

2018-04-16 11:37:09 +00:00
apply plugin: "java"
2018-04-17 06:14:11 +00:00
targetCompatibility = 1.8
sourceCompatibility = 1.8
2018-04-16 11:37:09 +00:00
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets.main.java.srcDirs = [ "src/" ]
eclipse.project {
name = appName + "-core"
}