added basic GDX project to this project
This commit is contained in:
8
core/build.gradle
Normal file
8
core/build.gradle
Normal file
@@ -0,0 +1,8 @@
|
||||
apply plugin: "java"
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
||||
|
||||
sourceSets.main.java.srcDirs = [ "src/" ]
|
||||
|
||||
eclipse.project.name = appName + "-core"
|
||||
Reference in New Issue
Block a user