mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +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"
|
||
|
}
|