Skip to content

Commit

Permalink
chore: use Java 17 for classifier deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Feb 12, 2024
1 parent 1d55792 commit 7ff9659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-classifiers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/setup-java@v3
with: # running setup-java again overwrites the settings.xml
distribution: 'temurin'
java-version: '11'
java-version: '17'
server-id: repsy-vertx-vaadin
server-username: REPSY_USERNAME
server-password: REPSY_PASSWORD
Expand Down

0 comments on commit 7ff9659

Please sign in to comment.