Force java version to 11.
This commit is contained in:
committed by
Sheepit Renderfarm
parent
7a24cd856d
commit
e9d6e0e347
@@ -3,6 +3,9 @@ plugins {
|
||||
id 'com.github.johnrengelman.shadow' version '7.0.0'
|
||||
}
|
||||
|
||||
sourceCompatibility = '1.11' //comment to poke gitlab CI
|
||||
targetCompatibility = '1.11'
|
||||
|
||||
compileJava {
|
||||
// Suppress warnings about internal api usage - https://stackoverflow.com/a/19553686/6238618
|
||||
options.fork = true
|
||||
|
||||
Reference in New Issue
Block a user