Skip to content

Commit 766405e

Browse files
committed
chore: JDK 17 used
1 parent bee470a commit 766405e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-24.04
88
steps:
99
- uses: actions/checkout@v4
10-
- name: Set up JDK 11
10+
- name: Set up JDK
1111
uses: actions/setup-java@v4
1212
with:
13-
java-version: 11
14-
distribution: 'adopt'
13+
java-version: 17
14+
distribution: 'temurin'
1515
- name: Grant execute permission for gradlew
1616
run: chmod +x gradlew
1717
- name: Check with Gradle

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-24.04
88
steps:
99
- uses: actions/checkout@v4
10-
- name: Set up JDK 11
10+
- name: Set up JDK
1111
uses: actions/setup-java@v4
1212
with:
13-
java-version: 11
14-
distribution: 'adopt'
13+
java-version: 17
14+
distribution: 'temurin'
1515
- name: Grant execute permission for gradlew
1616
run: chmod +x gradlew
1717
- name: Check with Gradle

0 commit comments

Comments
 (0)