added basic GDX project to this project

This commit is contained in:
Sem van der Hoeven
2020-05-10 19:51:46 +02:00
parent d2c0c78b1f
commit db5b84233b
19 changed files with 598 additions and 41 deletions

8
core/build.gradle Normal file
View 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"