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 2b0f45b commit 6411a67Copy full SHA for 6411a67
settings.gradle.kts
@@ -4,7 +4,8 @@ pluginManagement {
4
id("com.google.cloud.tools.jib") version "3.3.2"
5
id("com.gradle.plugin-publish") version "1.2.1"
6
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
7
- id("org.jetbrains.kotlin.jvm") version "1.9.10"
+ // at the moment 1.9.0 is the latest version supported by codeql
8
+ id("org.jetbrains.kotlin.jvm") version "1.9.0"
9
id("org.xbib.gradle.plugin.jflex") version "3.0.0"
10
id("org.unbroken-dome.xjc") version "2.0.0"
11
id("org.graalvm.buildtools.native") version "0.9.24"
0 commit comments