The unmanaged dependency check has been consistently failing for this PR with the following errors
2026-04-07T19:29:06.8663577Z [ERROR] Failed to execute goal on project google-cloud-notification: Could not resolve dependencies for project com.google.cloud:google-cloud-notification:jar:0.207.0-beta-SNAPSHOT
2026-04-07T19:29:06.8663815Z [ERROR] dependency: com.google.cloud:google-cloud-core-grpc:jar:2.66.1-SNAPSHOT (compile)
2026-04-07T19:29:06.8664434Z [ERROR] Could not find artifact com.google.cloud:google-cloud-core-grpc:jar:2.66.1-SNAPSHOT in google-maven-central-copy (https://maven-central.storage-download.googleapis.com/maven2)
2026-04-07T19:29:06.8664868Z [ERROR] Could not find artifact com.google.cloud:google-cloud-core-grpc:jar:2.66.1-SNAPSHOT in maven-central (https://repo1.maven.org/maven2)
2026-04-07T19:29:06.8664947Z [ERROR] -> [Help 1]
It seems java-core is not built locally before java-notification. See the full log for details.
On the other hand, we already have a unmanaged dependency check section in the CI, is this separate check still needed?
The unmanaged dependency check has been consistently failing for this PR with the following errors
It seems java-core is not built locally before java-notification. See the full log for details.
On the other hand, we already have a unmanaged dependency check section in the CI, is this separate check still needed?