Switched to java 8, added ground factory

This commit is contained in:
Ziver Koc 2020-01-04 00:01:45 +01:00
parent a3503e3e5c
commit c51a473120
14 changed files with 154 additions and 25 deletions

View file

@ -1,6 +1,6 @@
apply plugin: "java"
sourceCompatibility = 1.7
sourceCompatibility = 1.8
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets {