diff --git a/build.gradle.kts b/build.gradle.kts index 85066c1..448a8d1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,5 +2,5 @@ plugins { // Anchors GraalVM native plugin in the root classloader so sibling subprojects that // get it transitively via io.micronaut.library share one classloader scope instead of // each getting their own — prevents GraalVMReachabilityMetadataService type mismatch. - id("org.graalvm.buildtools.native") version "1.1.11" apply false + id("org.graalvm.buildtools.native") version "1.1.12" apply false } \ No newline at end of file