Skip to content

Commit 1e0de37

Browse files
committed
Changed java vendor for github build action to temurin
AdoptOpenJDK got moved to Eclipse Temurin and won't be updated anymore, see https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/
1 parent e5c250d commit 1e0de37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/collect-samples-cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-java@v3
2525
with:
2626
java-version: '17'
27-
distribution: 'adopt'
27+
distribution: 'temurin'
2828
- name: Run a verifier
2929
uses: AlexanderPrendota/kotlin-samples-verifier@master
3030
with:

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/setup-java@v3
1414
with:
1515
java-version: '17'
16-
distribution: 'adopt'
16+
distribution: 'temurin'
1717
- name: Grant execute permission for gradlew
1818
run: chmod +x gradlew
1919
- name: Build with Gradle

0 commit comments

Comments
 (0)