Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Sep 10, 2023
2 parents 84f5520 + 3afa8b1 commit 0eb55f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Expand Up @@ -64,7 +64,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 @@ -161,7 +161,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
4 changes: 2 additions & 2 deletions book/Jenkinsfile
Expand Up @@ -67,7 +67,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 @@ -164,7 +164,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

0 comments on commit 0eb55f6

Please sign in to comment.