Skip to content

Commit

Permalink
Downgrade org.graalvm.buildtools.native (#12405)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbisutti authored Oct 7, 2024
1 parent b9f09ca commit 8b686b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ pluginManagement {
id("org.jetbrains.kotlin.jvm") version "2.0.20"
id("org.xbib.gradle.plugin.jflex") version "3.0.2"
id("org.unbroken-dome.xjc") version "2.0.0"
id("org.graalvm.buildtools.native") version "0.10.3"
// See https://github.com/graalvm/native-build-tools/issues/626
id("org.graalvm.buildtools.native") version "0.10.2"
}
}

Expand Down

0 comments on commit 8b686b5

Please sign in to comment.