blob: 6652ac34e868e20b058c117422a9829bb04dcb97 (
plain)
1
2
3
4
5
6
7
8
9
|
sourceCompatibility = 1.7
dependencies {
//implementation 'org.jetbrains:annotations-java5:20.1.0'
}
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets.main.java.srcDirs = [ "src/" ]
eclipse.project.name = appName + "-core"
|