Skip to content

Commit ee41d8a

Browse files
committed
build: OSS-Fuzz requires JDK 17
1 parent 05c99fb commit ee41d8a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ plugins {
33
}
44

55
kotlin {
6-
// Kotlin does not yet support 25 JDK target
7-
jvmToolchain(24)
6+
// Kotlin does not yet support 25 JDK target,
7+
// OSS-Fuzz requires JDK 17
8+
jvmToolchain(17)
89
}
910

1011
repositories {

0 commit comments

Comments
 (0)