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 59a5225 commit e923d5dCopy full SHA for e923d5d
.github/workflows/build.yml
@@ -15,11 +15,11 @@ jobs:
15
steps:
16
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
17
18
- - name: Set up JDK 11
+ - name: Set up JDK 17
19
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
20
with:
21
distribution: 'zulu'
22
- java-version: 11
+ java-version: 17
23
24
- name: Assemble and Check
25
uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3
build.gradle.kts
@@ -38,7 +38,7 @@ tasks {
38
39
withType<KotlinCompile>().configureEach {
40
compilerOptions {
41
- jvmTarget.set(JvmTarget.JVM_11)
+ jvmTarget.set(JvmTarget.JVM_17)
42
}
43
44
0 commit comments