Add JDK 17.0.9.

This commit is contained in:
Mark Paluch
2024-08-15 09:12:37 +02:00
parent d735accb8d
commit ff23abca79
2 changed files with 3 additions and 3 deletions

4
Jenkinsfile vendored
View File

@@ -31,7 +31,7 @@ pipeline {
steps {
script {
def image = docker.build("springci/spring-data-release-tools:0.16", "ci")
def image = docker.build("springci/spring-data-release-tools:0.17", "ci")
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
image.push()
}
@@ -45,7 +45,7 @@ pipeline {
}
agent {
docker {
image 'springci/spring-data-release-tools:0.16'
image 'springci/spring-data-release-tools:0.17'
}
}
options { timeout(time: 4, unit: 'HOURS') }

View File

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