Skip to content

Commit

Permalink
updated java to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoankit committed Jan 26, 2024
1 parent b64f00d commit c021c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup JDK 11
- name: Setup JDK
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17

- name: Check
run: ./gradlew check --stacktrace
Expand Down
File renamed without changes.

0 comments on commit c021c19

Please sign in to comment.