Merge pull request #14 from gresham-computing/DWN-36507_Corretto275

DWN-36607 Upgrade Corretto version in Jenkinsfiles
pull/1601/head
Harry Smith 2021-02-18 08:15:50 +00:00 committed by GitHub
commit 7f5432ebb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent any
tools {
maven 'Maven 3.6.3'
jdk 'Corretto 8.265'
jdk 'Corretto 8.275'
}
environment {
VERSION = ''