This commit is contained in:
Anuken
2020-04-02 22:45:13 -04:00
parent d0b2f63553
commit d611dd107a
7 changed files with 25 additions and 13 deletions

View File

@@ -1,3 +1,7 @@
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 ->