Skip to content

Commit b62bd02

Browse files
authored
use Java 17 for build
1 parent 4192839 commit b62bd02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-on-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v2
8-
- name: Set up JDK 16
9-
uses: actions/setup-java@v1
8+
- uses: actions/setup-java@v2
109
with:
11-
java-version: 16
10+
distribution: 'temurin'
11+
java-version: '17'
1212
- name: Gradle Build
1313
uses: eskatos/gradle-command-action@v1
1414
with:

0 commit comments

Comments
 (0)