testing to see if Java 14 CI fixes anything

This commit is contained in:
Anuken
2020-06-13 10:54:47 -04:00
parent f76b349d3f
commit 0869db6eb6
2 changed files with 1 additions and 4 deletions

View File

@@ -1,7 +1,3 @@
if(JavaVersion.current() != JavaVersion.VERSION_1_8){
//throw new GradleException("!!! YOU MUST USE JAVA 8 TO COMPILE AND RUN MINDUSTRY !!! Read the README. Your version: ${System.properties["java.version"]}")
}
include 'desktop', 'core', 'server', 'ios', 'annotations', 'tools', 'tests'
def use = { ... names ->