You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: build.gradle.kts
+9
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@ plugins {
5
5
6
6
id("io.github.gradle-nexus.publish-plugin")
7
7
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
0 commit comments