Add Java 17.0.12 to Docker image.

This commit is contained in:
Mark Paluch
2024-11-15 10:36:22 +01:00
parent 7f39ecfe16
commit a5c5160abd
2 changed files with 3 additions and 3 deletions

4
Jenkinsfile vendored
View File

@@ -25,7 +25,7 @@ pipeline {
steps {
script {
def image = docker.build("springci/spring-data-release-tools:0.19", "ci")
def image = docker.build("springci/spring-data-release-tools:0.20", "ci")
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
image.push()
}
@@ -41,7 +41,7 @@ pipeline {
agent {
docker {
image 'springci/spring-data-release-tools:0.19'
image 'springci/spring-data-release-tools:0.20'
}
}

View File

@@ -1,3 +1,3 @@
# Tool requirements
jdks=17.0.13,17.0.9,8.0.382
jdks=17.0.13,17.0.12,17.0.9,8.0.382
maven=3.9.9