Skip to content

Commit

Permalink
Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
3TUSK committed Dec 10, 2023
1 parent 763fc96 commit 5fa6880
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Config Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Apply Cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 5fa6880

Please sign in to comment.