This is an automated email from the ASF dual-hosted git repository. benw pushed a commit to branch javax in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
commit 54c90daa7cfa487ada45b3116e74b8f754d8594b Author: Ben Weidig <[email protected]> AuthorDate: Sat Apr 4 16:47:52 2026 +0200 TAP5-2819: Jenkinsfile.integration-variants fix jdk name --- Jenkinsfile.integration-variants | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.integration-variants b/Jenkinsfile.integration-variants index 633dddf98..f05e20e98 100644 --- a/Jenkinsfile.integration-variants +++ b/Jenkinsfile.integration-variants @@ -9,7 +9,7 @@ pipeline { } tools { - jdk 'jdk_8_latest' + jdk 'jdk_1.8_latest' } options {
