Skip to content

Commit f2a4d56

Browse files
committed
Changed required jdk to amazon corretto
1 parent 1901e94 commit f2a4d56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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: 'temurin'
16+
distribution: 'corretto'
1717
- name: Grant execute permission for gradlew
1818
run: chmod +x gradlew
1919
- name: Build with Gradle

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020

2121
kotlin.jvmToolchain {
2222
languageVersion.set(JavaLanguageVersion.of(17))
23-
vendor.set(JvmVendorSpec.ADOPTIUM)
23+
vendor.set(JvmVendorSpec.AMAZON)
2424
}
2525

2626
apply<NodeJsRootPlugin>()

0 commit comments

Comments
 (0)