Force java version to 11.

This commit is contained in:
harlekin
2021-09-08 13:14:12 +00:00
committed by Sheepit Renderfarm
parent 7a24cd856d
commit e9d6e0e347

View File

@@ -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