From c4383bcbcc826fa57c98b5e3e7af1de90e414d50 Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Wed, 3 Apr 2024 21:12:30 -0500 Subject: [PATCH] HHH-17460 - Ongoing JPA 32 work --- ci/snapshot-publish.Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/snapshot-publish.Jenkinsfile b/ci/snapshot-publish.Jenkinsfile index 24cd67d92f..d010b453ba 100644 --- a/ci/snapshot-publish.Jenkinsfile +++ b/ci/snapshot-publish.Jenkinsfile @@ -15,7 +15,7 @@ pipeline { label 'Fedora' } tools { - jdk 'OpenJDK 11 Latest' + jdk 'OpenJDK 17 Latest' } options { rateLimitBuilds(throttle: [count: 1, durationName: 'hour', userBoost: true])