Skip to content

Commit

Permalink
switch back to latest jdk during build
Browse files Browse the repository at this point in the history
  • Loading branch information
ghackenberg committed Oct 21, 2021
1 parent 85823e8 commit a8ff841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: GitHub setup-java
uses: actions/setup-java@v2
with:
java-version: '9'
java-version: '16'
distribution: 'adopt'
server-id: ossrh
server-username: MAVEN_USERNAME
Expand Down

0 comments on commit a8ff841

Please sign in to comment.