Skip to content

Commit 4846f4f

Browse files
committed
Upgrade JDK version to 17 in github actions
1 parent 4c2ec13 commit 4846f4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
uses: actions/checkout@v3
1212
- name: setup Java 17
1313
uses: actions/setup-java@v2
14+
with:
15+
distribution: 'zulu' # See 'Supported distributions' for available options
16+
java-version: '17'
1417
- name: Build the project
1518
run: ./gradlew build
1619

0 commit comments

Comments
 (0)