en blanco

This commit is contained in:
2020-02-17 20:30:43 +01:00
commit 5c94d5ba54
13 changed files with 576 additions and 0 deletions

6
core/build.gradle Normal file
View File

@@ -0,0 +1,6 @@
apply plugin: "java"
sourceCompatibility = 1.7
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets.main.java.srcDirs = [ "src/" ]