Skip to content

Commit c7bae3b

Browse files
committed
Publish with java 17
1 parent 8cf52b4 commit c7bae3b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v3
13+
- uses: actions/setup-java@v3
14+
with:
15+
distribution: 'temurin'
16+
java-version: '17'
1317
- name: chmod gradle
1418
run: chmod +x gradlew
1519
- name: Build

0 commit comments

Comments
 (0)