Changes Jenkins to JDK 16 as Maven doesn't like Java 17. Ugh.
Some checks failed
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit

This commit is contained in:
Kristian Knarvik 2021-10-30 15:33:58 +02:00
parent 40f0a99e5a
commit 1f1fef3054

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline { pipeline {
agent any agent any
tools { tools {
jdk 'JDK17' jdk 'JDK16'
} }
stages { stages {
stage('Build') { stage('Build') {