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