Skip to content

Commit e11aae9

Browse files
committed
Use JDK 17 on CI
1 parent d566c2d commit e11aae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- name: Set up JDK 8
15+
- name: Set up JDK 17
1616
uses: actions/setup-java@v4
1717
with:
18-
java-version: 8
18+
java-version: 17
1919
distribution: 'temurin'
2020
cache: gradle
2121

0 commit comments

Comments
 (0)