Skip to content

Commit

Permalink
Changed deployJdk from 17 to 20
Browse files Browse the repository at this point in the history
JDK 20 fixes reproducible javadocs https://bugs.openjdk.org/browse/JDK-8292892
  • Loading branch information
ao-apps committed Sep 10, 2023
1 parent 7721537 commit 8cc0a07
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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'] *
Expand Down Expand Up @@ -138,7 +138,7 @@ def upstreamProjects = [

// JDK versions
if (!binding.hasVariable('deployJdk')) {
binding.setVariable('deployJdk', '17')
binding.setVariable('deployJdk', '20')
}
if (!binding.hasVariable('buildJdks')) {
binding.setVariable(
Expand Down
2 changes: 1 addition & 1 deletion all
Submodule all updated 2 files
+2 −2 Jenkinsfile
+2 −2 book/Jenkinsfile
2 changes: 1 addition & 1 deletion bom
Submodule bom updated 2 files
+2 −2 Jenkinsfile
+2 −2 book/Jenkinsfile
4 changes: 2 additions & 2 deletions book/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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'] *
Expand Down Expand Up @@ -152,7 +152,7 @@ def upstreamProjects = [

// JDK versions
if (!binding.hasVariable('deployJdk')) {
binding.setVariable('deployJdk', '17')
binding.setVariable('deployJdk', '20')
}
if (!binding.hasVariable('buildJdks')) {
binding.setVariable(
Expand Down
2 changes: 1 addition & 1 deletion model
Submodule model updated 2 files
+2 −2 Jenkinsfile
+2 −2 book/Jenkinsfile
2 changes: 1 addition & 1 deletion servlet
Submodule servlet updated 2 files
+2 −2 Jenkinsfile
+2 −2 book/Jenkinsfile
2 changes: 1 addition & 1 deletion style
Submodule style updated 2 files
+2 −2 Jenkinsfile
+2 −2 book/Jenkinsfile
2 changes: 1 addition & 1 deletion taglib
Submodule taglib updated 2 files
+2 −2 Jenkinsfile
+2 −2 book/Jenkinsfile
2 changes: 1 addition & 1 deletion view
Submodule view updated 2 files
+2 −2 Jenkinsfile
+2 −2 book/Jenkinsfile

0 comments on commit 8cc0a07

Please sign in to comment.