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 May 1, 2024
2 parents 531b061 + 1d10336 commit a75cb71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -13,10 +13,11 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: 17
# Matches Jenkinsfile:deployJdk
java-version: 21
distribution: 'oracle'
- name: Setup Maven
uses: stCarolas/setup-maven@v.4.5
Expand Down
1 change: 1 addition & 0 deletions Jenkinsfile
Expand Up @@ -134,6 +134,7 @@ def upstreamProjects = [

// JDK versions
if (!binding.hasVariable('deployJdk')) {
// Matches build.yml:java-version
binding.setVariable('deployJdk', '21')
}
if (!binding.hasVariable('buildJdks')) {
Expand Down
1 change: 1 addition & 0 deletions book/Jenkinsfile
Expand Up @@ -153,6 +153,7 @@ def upstreamProjects = [

// JDK versions
if (!binding.hasVariable('deployJdk')) {
// Matches build.yml:java-version
binding.setVariable('deployJdk', '21')
}
if (!binding.hasVariable('buildJdks')) {
Expand Down

0 comments on commit a75cb71

Please sign in to comment.