Skip to content

Commit

Permalink
chore: Use Java 17 on GitHub actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
talyssoncastro committed Nov 30, 2023
1 parent fcfa524 commit d472413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: adopt-hotspot
java-version: 8
distribution: 'temurin'
java-version: '17'
cache: maven
server-id: ossrh
server-username: OSSRH_USERNAME
Expand Down

0 comments on commit d472413

Please sign in to comment.