We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
temurin
1 parent e5c250d commit 1e0de37Copy full SHA for 1e0de37
.github/workflows/collect-samples-cron.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/setup-java@v3
25
with:
26
java-version: '17'
27
- distribution: 'adopt'
+ distribution: 'temurin'
28
- name: Run a verifier
29
uses: AlexanderPrendota/kotlin-samples-verifier@master
30
.github/workflows/gradle.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
- name: Grant execute permission for gradlew
18
run: chmod +x gradlew
19
- name: Build with Gradle
0 commit comments