mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-09 14:12:09 +01:00
12 lines
208 B
Groovy
12 lines
208 B
Groovy
apply plugin: "java"
|
|
|
|
sourceCompatibility = 1.6
|
|
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
|
|
|
sourceSets.main.java.srcDirs = [ "src/" ]
|
|
|
|
|
|
eclipse.project {
|
|
name = appName + "-forge-core"
|
|
}
|