This commit is contained in:
Anuken
2020-09-30 11:19:38 -04:00
parent b38e7f66ad
commit 0963de4022
5 changed files with 15 additions and 11 deletions

View File

@@ -1,3 +1,7 @@
if(JavaVersion.current().ordinal() < JavaVersion.VERSION_14.ordinal()){
throw new GradleException("!!! YOU MUST USE JAVA 14 OR ABOVE 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 ->