This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
tiles3-basic-example/core/build.gradle
2014-08-10 19:10:01 -04:00

10 lines
151 B
Groovy

apply plugin: "java"
sourceCompatibility = 1.6
sourceSets.main.java.srcDirs = [ "src/main/java/" ]
eclipse.project {
name = appName + "-core"
}