Forces use of JDK8 for compilation
Some checks reported errors
EpicKnarvik97/Rogue101/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Kristian Knarvik 2021-10-12 19:27:46 +02:00
parent 38de5952ad
commit 9c565e197c

3
Jenkinsfile vendored
View File

@ -1,5 +1,8 @@
pipeline {
agent any
tools {
jdk 'JDK8'
}
stages {
stage('Build') {
steps {