Skip to content

Commit

Permalink
Update Java version in GitHub workflow
Browse files Browse the repository at this point in the history
The Java version used for the GitHub workflow has been upgraded from Java 11 to Java 17. This change has been made in the 'release.yml' file within the .github/workflows directory.
  • Loading branch information
dlemmermann committed Feb 12, 2024
1 parent 41928e1 commit acebcce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
fetch-depth: 0

- name: 'Set up Java 11'
- name: 'Set up Java 17'
uses: actions/setup-java@v2
with:
java-version: 11
java-version: 17
distribution: 'zulu'
server-id: central
server-username: MAVEN_USERNAME
Expand Down

0 comments on commit acebcce

Please sign in to comment.