Skip to content

Commit

Permalink
Merge pull request #14 from gresham-computing/DWN-36507_Corretto275
Browse files Browse the repository at this point in the history
DWN-36607 Upgrade Corretto version in Jenkinsfiles
  • Loading branch information
hsmith-gresham authored Feb 18, 2021
2 parents a4afa9f + 6f066d1 commit 7f5432e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline {
agent any
tools {
maven 'Maven 3.6.3'
jdk 'Corretto 8.265'
jdk 'Corretto 8.275'
}
environment {
VERSION = ''
Expand Down

0 comments on commit 7f5432e

Please sign in to comment.