DWN-32967: compile with JDK 252.

pull/1601/head
Alex Sheppard 2020-06-05 10:39:48 +01:00
parent e135d67655
commit acd47e0361
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -4,8 +4,8 @@
pipeline {
agent any
tools {
maven 'Maven 3.3.9'
jdk 'Java 8'
maven 'Maven 3.6.3'
jdk 'Corretto 8.252'
}
options {
// Only keep 10 builds in total
@ -15,7 +15,7 @@ pipeline {
timestamps()
// Prevent concurrent builds
disableConcurrentBuilds();
disableConcurrentBuilds()
}
stages {
stage ('1.3.3 Build') {