Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conventions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {
implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.6")
// Used by otel.spring-native-test-conventions for typed access to the metadata repository
// extension. Provided at runtime by smoke-test modules that apply this plugin via settings.
compileOnly("org.graalvm.buildtools:native-gradle-plugin:1.1.1")
compileOnly("org.graalvm.buildtools:native-gradle-plugin:1.1.2")

testImplementation(enforcedPlatform("org.junit:junit-bom:5.14.4"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import org.graalvm.buildtools.gradle.dsl.GraalVMReachabilityMetadataRepositoryExtension

// Keep this in sync with the org.graalvm.buildtools.native plugin version in settings.gradle.kts.
val graalvmReachabilityMetadataVersion = "1.1.1"
val graalvmReachabilityMetadataVersion = "1.1.2"

if (gradle.startParameter.taskNames.any { it.contains("nativeTest") }) {
apply(plugin = "org.graalvm.buildtools.native")
Expand Down
Loading