We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f09ca commit 8b686b5Copy full SHA for 8b686b5
settings.gradle.kts
@@ -7,7 +7,8 @@ pluginManagement {
7
id("org.jetbrains.kotlin.jvm") version "2.0.20"
8
id("org.xbib.gradle.plugin.jflex") version "3.0.2"
9
id("org.unbroken-dome.xjc") version "2.0.0"
10
- id("org.graalvm.buildtools.native") version "0.10.3"
+ // See https://github.com/graalvm/native-build-tools/issues/626
11
+ id("org.graalvm.buildtools.native") version "0.10.2"
12
}
13
14
0 commit comments