Skip to content

Commit 77edc28

Browse files
committed
Switch JDK distribution from GraalVM to Temurin in CI and Maven Central publish workflows
1 parent 16d9a62 commit 77edc28

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/setup-java@v5.0.0
3838
with:
3939
java-version: '17'
40-
distribution: 'graalvm'
40+
distribution: 'temurin'
4141
cache: gradle
4242

4343
- name: 📊 Cache info
@@ -162,7 +162,7 @@ jobs:
162162
uses: actions/setup-java@v5.0.0
163163
with:
164164
java-version: '17'
165-
distribution: 'graalvm'
165+
distribution: 'temurin'
166166
cache: gradle
167167

168168
- name: 🎯 Restore Gradle wrapper cache

.github/workflows/maven-central-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/setup-java@v5.0.0
5656
with:
5757
java-version: '17'
58-
distribution: 'graalvm'
58+
distribution: 'temurin'
5959
cache: gradle
6060

6161
- name: Cache Gradle wrapper
@@ -230,7 +230,7 @@ jobs:
230230
uses: actions/setup-java@v5.0.0
231231
with:
232232
java-version: '17'
233-
distribution: 'graalvm'
233+
distribution: 'temurin'
234234
cache: gradle
235235

236236
- name: Cache Gradle wrapper

0 commit comments

Comments
 (0)