WireChem/core/build.gradle

12 lines
202 B
Groovy
Raw Normal View History

2015-06-15 23:27:00 +02:00
apply plugin: "java"
sourceCompatibility = 1.7
2015-06-15 23:27:00 +02:00
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets.main.java.srcDirs = [ "src/" ]
eclipse.project {
name = appName + "-core"
}