Skip to content

Commit 6411a67

Browse files
authored
Downgrade kotlin for codeql (#9294)
1 parent 2b0f45b commit 6411a67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

settings.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ pluginManagement {
44
id("com.google.cloud.tools.jib") version "3.3.2"
55
id("com.gradle.plugin-publish") version "1.2.1"
66
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
7-
id("org.jetbrains.kotlin.jvm") version "1.9.10"
7+
// at the moment 1.9.0 is the latest version supported by codeql
8+
id("org.jetbrains.kotlin.jvm") version "1.9.0"
89
id("org.xbib.gradle.plugin.jflex") version "3.0.0"
910
id("org.unbroken-dome.xjc") version "2.0.0"
1011
id("org.graalvm.buildtools.native") version "0.9.24"

0 commit comments

Comments
 (0)