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.
1 parent 1901e94 commit f2a4d56Copy full SHA for f2a4d56
.github/workflows/gradle.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/setup-java@v3
14
with:
15
java-version: '17'
16
- distribution: 'temurin'
+ distribution: 'corretto'
17
- name: Grant execute permission for gradlew
18
run: chmod +x gradlew
19
- name: Build with Gradle
build.gradle.kts
@@ -20,7 +20,7 @@ plugins {
20
21
kotlin.jvmToolchain {
22
languageVersion.set(JavaLanguageVersion.of(17))
23
- vendor.set(JvmVendorSpec.ADOPTIUM)
+ vendor.set(JvmVendorSpec.AMAZON)
24
}
25
26
apply<NodeJsRootPlugin>()
0 commit comments