Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.1.1 fails to load some transitive dependencies #363

Closed
Bert-R opened this issue Jul 14, 2023 · 1 comment
Closed

Version 1.1.1 fails to load some transitive dependencies #363

Bert-R opened this issue Jul 14, 2023 · 1 comment

Comments

@Bert-R
Copy link

Bert-R commented Jul 14, 2023

Our PR-build to bump io.spring.dependency-management from 1.1.0 to 1.1.1 fails with the following error:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':adminservice:compileJava'.
> Could not resolve all files for configuration ':adminservice:compileClasspath'.
   > Could not find com.google.code.findbugs:jsr305:.
     Required by:
         project :adminservice > project :core > com.google.guava:guava:32.1.1-jre
   > Could not find org.checkerframework:checker-qual:.
     Required by:
         project :adminservice > project :core > com.google.guava:guava:32.1.1-jre
   > Could not find com.google.errorprone:error_prone_annotations:.
     Required by:
         project :adminservice > project :core > com.google.guava:guava:32.1.1-jre
   > Could not find com.google.j2objc:j2objc-annotations:.
     Required by:
         project :adminservice > project :core > com.google.guava:guava:32.1.1-jre

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org/

BUILD FAILED in 28s

It is working fine with 1.1.0 and earlier versions.

@wilkinsona
Copy link
Contributor

Thanks for the report. This duplicates #362, #361, and #360.

@wilkinsona wilkinsona closed this as not planned Won't fix, can't repro, duplicate, stale Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants