Skip to content

Commit a81fbbc

Browse files
committed
ci: update java to version 17
1 parent e73f122 commit a81fbbc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup JDK
2020
uses: actions/setup-java@v3.13.0
2121
with:
22-
java-version: '11'
22+
java-version: '17'
2323
distribution: 'temurin'
2424
cache: gradle
2525

.github/workflows/debug_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup JDK
1717
uses: actions/setup-java@v3.13.0
1818
with:
19-
java-version: '8'
19+
java-version: '17'
2020
distribution: 'temurin'
2121
cache: gradle
2222
- name: Create local gradle properties files

0 commit comments

Comments
 (0)