File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 3838 uses : gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
3939
4040 - name : Build Latest Snapshot JAR
41- run : ./gradlew assemble -x javadoc
41+ # Exclude GraalVM collectReachabilityMetadata tasks to avoid configuration cache issues
42+ # See https://github.com/graalvm/native-build-tools/issues/477
43+ run : >
44+ ./gradlew assemble -x javadoc
45+ -x :smoke-tests-otel-starter:spring-boot-3:collectReachabilityMetadata
46+ -x :smoke-tests-otel-starter:spring-boot-3.2:collectReachabilityMetadata
47+ -x :smoke-tests-otel-starter:spring-boot-4:collectReachabilityMetadata
48+ -x :smoke-tests-otel-starter:spring-boot-reactive-3:collectReachabilityMetadata
4249
4350 - name : Run tests
4451 working-directory : benchmark-overhead
You can’t perform that action at this time.
0 commit comments