summaryrefslogtreecommitdiff
path: root/core/build.gradle
blob: 468d26e77f9bbbdc0fa99756767af48ff2f1f157 (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"