Skip to content

Commit 173bcd0

Browse files
committed
fix(workflows):
- use java 17
1 parent d9fa264 commit 173bcd0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-and-publish-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- name: Checkout Repository
2424
uses: actions/checkout@v4
2525

26-
- name: Set up JDK 11
26+
- name: Set up JDK 17
2727
uses: actions/setup-java@v4
2828
with:
29-
java-version: 11
29+
java-version: 17
3030
distribution: 'temurin'
3131

3232
- name: Detect modified subprojects

.github/workflows/update-gradle-wrapper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17-
- name: Install Java
17+
- name: Set up JDK 17
1818
uses: actions/setup-java@v4
1919
with:
20-
java-version: 11
20+
java-version: 17
2121
distribution: 'temurin'
2222

2323
- name: Update Gradle Wrapper

0 commit comments

Comments
 (0)