Skip to content

Commit 89b59cf

Browse files
authored
Work around publishing failure (#11593)
1 parent 6b0c62a commit 89b59cf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build.gradle.kts

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ plugins {
55

66
id("io.github.gradle-nexus.publish-plugin")
77
id("otel.spotless-conventions")
8+
/* workaround for
9+
What went wrong:
10+
Could not determine the dependencies of task ':smoke-tests-otel-starter:spring-boot-3.2:bootJar'.
11+
> Could not create task ':smoke-tests-otel-starter:spring-boot-3.2:collectReachabilityMetadata'.
12+
> Cannot set the value of task ':smoke-tests-otel-starter:spring-boot-3.2:collectReachabilityMetadata' property 'metadataService' of type org.graalvm.buildtools.gradle.internal.GraalVMReachabilityMetadataService using a provider of type org.graalvm.buildtools.gradle.internal.GraalVMReachabilityMetadataService.
13+
14+
See https://github.com/gradle/gradle/issues/17559#issuecomment-1327991512
15+
*/
16+
id("org.graalvm.buildtools.native") apply false
817
}
918

1019
apply(from = "version.gradle.kts")

0 commit comments

Comments
 (0)