a-maze-ing/core/build.gradle

16 lines
387 B
Groovy
Executable File

apply plugin: "java"
sourceCompatibility = 1.7
dependencies {
implementation files('/srv/nfs/home/github/amazeing/gdx/lib/voxel_engine_lib.jar')
implementation files('/srv/nfs/home/github/amazeing/gdx/lib/kryonet-2.21-all.jar')
}
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets.main.java.srcDirs = [ "src/" ]
eclipse.project.name = appName + "-core"