Update CI to java 11

This commit is contained in:
Raimund58
2021-09-06 10:33:33 +00:00
committed by Sheepit Renderfarm
parent 3f718676a0
commit 7a24cd856d
2 changed files with 1 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
image: java:8-jdk image: openjdk:11
stages: stages:
- build - build

View File

@@ -3,9 +3,6 @@ plugins {
id 'com.github.johnrengelman.shadow' version '7.0.0' id 'com.github.johnrengelman.shadow' version '7.0.0'
} }
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
compileJava { compileJava {
// Suppress warnings about internal api usage - https://stackoverflow.com/a/19553686/6238618 // Suppress warnings about internal api usage - https://stackoverflow.com/a/19553686/6238618
options.fork = true options.fork = true