We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c99fb commit ee41d8aCopy full SHA for ee41d8a
1 file changed
buildSrc/build.gradle.kts
@@ -3,8 +3,9 @@ plugins {
3
}
4
5
kotlin {
6
- // Kotlin does not yet support 25 JDK target
7
- jvmToolchain(24)
+ // Kotlin does not yet support 25 JDK target,
+ // OSS-Fuzz requires JDK 17
8
+ jvmToolchain(17)
9
10
11
repositories {
0 commit comments