mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2025-01-08 15:39:35 +01:00
12 lines
206 B
Groovy
12 lines
206 B
Groovy
apply plugin: "java"
|
|
|
|
sourceCompatibility = 1.6
|
|
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
|
|
|
sourceSets.main.java.srcDirs = [ "src/" ]
|
|
|
|
|
|
eclipse.project {
|
|
name = appName + "-forge-ai"
|
|
}
|