Skip to content

Commit

Permalink
Workflow Java version set to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Dec 23, 2024
1 parent 4f3eabb commit 278904d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-nexus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: '17'
distribution: 'jetbrains'
java-version: '21'
- shell: bash
env:
# The following env variables are used by gradle/publish-module.gradle
Expand Down

0 comments on commit 278904d

Please sign in to comment.