diff --git a/Jenkinsfile b/Jenkinsfile index c28dec2..e4e1732 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,7 +61,7 @@ def upstreamProjects = [ * Variables that may be defined above this block: * * * * deployJdk The version of JDK that will be used for the deploy stage. * - * Defaults to '17' * + * Defaults to '20' * * * * buildJdks The array of JDK versions that will build. * * Defaults to ['11', '17', '20'] * @@ -158,7 +158,7 @@ def upstreamProjects = [ // JDK versions if (!binding.hasVariable('deployJdk')) { - binding.setVariable('deployJdk', '17') + binding.setVariable('deployJdk', '20') } if (!binding.hasVariable('buildJdks')) { binding.setVariable( diff --git a/book/Jenkinsfile b/book/Jenkinsfile index 37d68e1..3314226 100644 --- a/book/Jenkinsfile +++ b/book/Jenkinsfile @@ -59,7 +59,7 @@ def upstreamProjects = [ * Variables that may be defined above this block: * * * * deployJdk The version of JDK that will be used for the deploy stage. * - * Defaults to '17' * + * Defaults to '20' * * * * buildJdks The array of JDK versions that will build. * * Defaults to ['11', '17', '20'] * @@ -156,7 +156,7 @@ def upstreamProjects = [ // JDK versions if (!binding.hasVariable('deployJdk')) { - binding.setVariable('deployJdk', '17') + binding.setVariable('deployJdk', '20') } if (!binding.hasVariable('buildJdks')) { binding.setVariable(