Skip to content

Commit e923d5d

Browse files
committed
Use JVM 17
1 parent 59a5225 commit e923d5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717

18-
- name: Set up JDK 11
18+
- name: Set up JDK 17
1919
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
2020
with:
2121
distribution: 'zulu'
22-
java-version: 11
22+
java-version: 17
2323

2424
- name: Assemble and Check
2525
uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tasks {
3838

3939
withType<KotlinCompile>().configureEach {
4040
compilerOptions {
41-
jvmTarget.set(JvmTarget.JVM_11)
41+
jvmTarget.set(JvmTarget.JVM_17)
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)