File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ dependencies {
7979 implementation(" me.champeau.gradle:japicmp-gradle-plugin:0.4.6" )
8080 // Used by otel.spring-native-test-conventions for typed access to the metadata repository
8181 // extension. Provided at runtime by smoke-test modules that apply this plugin via settings.
82- compileOnly(" org.graalvm.buildtools:native-gradle-plugin:1.1.1 " )
82+ compileOnly(" org.graalvm.buildtools:native-gradle-plugin:1.1.2 " )
8383
8484 testImplementation(enforcedPlatform(" org.junit:junit-bom:5.14.4" ))
8585 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
Original file line number Diff line number Diff line change 1010import org.graalvm.buildtools.gradle.dsl.GraalVMReachabilityMetadataRepositoryExtension
1111
1212// Keep this in sync with the org.graalvm.buildtools.native plugin version in settings.gradle.kts.
13- val graalvmReachabilityMetadataVersion = " 1.1.1 "
13+ val graalvmReachabilityMetadataVersion = " 1.1.2 "
1414
1515if (gradle.startParameter.taskNames.any { it.contains(" nativeTest" ) }) {
1616 apply (plugin = " org.graalvm.buildtools.native" )
You can’t perform that action at this time.
0 commit comments