mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-03 13:30:25 +07:00
CI test
This commit is contained in:
parent
8769b9bf0e
commit
d7fcb65b4e
@ -1,5 +1,5 @@
|
|||||||
if(JavaVersion.current() != JavaVersion.VERSION_1_8){
|
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"]}")
|
//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'
|
include 'desktop', 'core', 'server', 'ios', 'annotations', 'tools', 'tests'
|
||||||
|
Loading…
Reference in New Issue
Block a user