Skip to content

Commit

Permalink
SWF: Update CI workflows JDK to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
hbenali committed May 22, 2024
1 parent cb2a3a1 commit 73abf3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
name: Analyse Module with SonarCloud
uses: exoplatform/swf-scripts/.github/workflows/sonarcloud.yml@master
with:
jdk_major_version: 17
jdk_major_version: 21
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/buildci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
uses: exoplatform/swf-scripts/.github/workflows/cibuild.yml@master
with:
maven_profiles: 'exo-release,coverage'
jdk_major_version: 21
secrets:
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}

0 comments on commit 73abf3d

Please sign in to comment.