Skip to content

Commit

Permalink
Merge pull request #24 from pseudoankit/publish-maven-central-v2
Browse files Browse the repository at this point in the history
updated java to 17
  • Loading branch information
pseudoankit authored Jan 26, 2024
2 parents 68f953a + c021c19 commit cca5dcc
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 cca5dcc

Please sign in to comment.