Update CI to java 11
This commit is contained in:
committed by
Sheepit Renderfarm
parent
3f718676a0
commit
7a24cd856d
@@ -1,4 +1,4 @@
|
||||
image: java:8-jdk
|
||||
image: openjdk:11
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
||||
@@ -3,9 +3,6 @@ plugins {
|
||||
id 'com.github.johnrengelman.shadow' version '7.0.0'
|
||||
}
|
||||
|
||||
sourceCompatibility = '1.8'
|
||||
targetCompatibility = '1.8'
|
||||
|
||||
compileJava {
|
||||
// Suppress warnings about internal api usage - https://stackoverflow.com/a/19553686/6238618
|
||||
options.fork = true
|
||||
|
||||
Reference in New Issue
Block a user