libDGX setup

This commit is contained in:
chriscamarillo 2024-03-28 21:29:14 -04:00
parent c5ae4de37a
commit 18e54ffa75
13 changed files with 641 additions and 0 deletions

6
core/build.gradle Normal file
View file

@ -0,0 +1,6 @@
sourceCompatibility = 1.8
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets.main.java.srcDirs = [ "src/" ]
eclipse.project.name = appName + "-core"