1
0
mirror of https://github.com/fazo96/AIrium.git synced 2025-01-10 09:34:20 +01:00
AIrium/core/build.gradle

12 lines
202 B
Groovy
Raw Normal View History

2015-06-28 01:27:17 +02:00
apply plugin: "java"
sourceCompatibility = 1.8
2015-06-28 01:27:17 +02:00
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets.main.java.srcDirs = [ "src/" ]
eclipse.project {
name = appName + "-core"
}