Work around publishing failure (#11593)

This commit is contained in:
Lauri Tulmin 2024-06-14 15:18:38 +03:00 committed by GitHub
parent 6b0c62a317
commit 89b59cffd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -5,6 +5,15 @@ plugins {
id("io.github.gradle-nexus.publish-plugin") id("io.github.gradle-nexus.publish-plugin")
id("otel.spotless-conventions") id("otel.spotless-conventions")
/* workaround for
What went wrong:
Could not determine the dependencies of task ':smoke-tests-otel-starter:spring-boot-3.2:bootJar'.
> Could not create task ':smoke-tests-otel-starter:spring-boot-3.2:collectReachabilityMetadata'.
> 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.
See https://github.com/gradle/gradle/issues/17559#issuecomment-1327991512
*/
id("org.graalvm.buildtools.native") apply false
} }
apply(from = "version.gradle.kts") apply(from = "version.gradle.kts")