Forces use of JDK8 for compilation

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

3
Jenkinsfile vendored

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