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

.aar not found on https://maven.google.com #965

Closed
runmael opened this issue Sep 23, 2023 · 1 comment
Closed

.aar not found on https://maven.google.com #965

runmael opened this issue Sep 23, 2023 · 1 comment

Comments

@runmael
Copy link

runmael commented Sep 23, 2023

Hi, I am converting an Gradle project to Bazel one and while pulling dependencies I get following error:

//common:common-dev-debug-res depends on @maven//:androidx_constraintlayout_constraintlayout in repository @maven which failed to fetch. no such package '@maven//': Error while fetching artifact with coursier: Error fetching artifacts:
https://maven.google.com/androidx/compose/runtime/runtime-saveable/1.5.1/runtime-saveable-1.5.1.aar: not found: https://maven.google.com/androidx/compose/runtime/runtime-saveable/1.5.1/runtime-saveable-1.5.1.aar
https://maven.google.com/androidx/compose/material/material-icons-core/1.5.1/material-icons-core-1.5.1.aar: not found: https://maven.google.com/androidx/compose/material/material-icons-core/1.5.1/material-icons-core-1.5.1.aar
https://maven.google.com/androidx/compose/ui/ui-util/1.5.1/ui-util-1.5.1.aar: not found: https://maven.google.com/androidx/compose/ui/ui-util/1.5.1/ui-util-1.5.1.aar
https://maven.google.com/androidx/compose/foundation/foundation-layout/1.5.1/foundation-layout-1.5.1.aar: not found: https://maven.google.com/androidx/compose/foundation/foundation-layout/1.5.1/foundation-layout-1.5.1.aar
https://maven.google.com/androidx/compose/ui/ui/1.5.1/ui-1.5.1.aar: not found: https://maven.google.com/androidx/compose/ui/ui/1.5.1/ui-1.5.1.aar
https://maven.google.com/androidx/compose/ui/ui-graphics/1.5.1/ui-graphics-1.5.1.aar: not found: https://maven.google.com/androidx/compose/ui/ui-graphics/1.5.1/ui-graphics-1.5.1.aar
https://maven.google.com/androidx/compose/ui/ui-text/1.5.1/ui-text-1.5.1.aar: not found: https://maven.google.com/androidx/compose/ui/ui-text/1.5.1/ui-text-1.5.1.aar
https://maven.google.com/androidx/compose/foundation/foundation/1.5.1/foundation-1.5.1.aar: not found: https://maven.google.com/androidx/compose/foundation/foundation/1.5.1/foundation-1.5.1.aar
https://maven.google.com/androidx/compose/runtime/runtime/1.5.1/runtime-1.5.1.aar: not found: https://maven.google.com/androidx/compose/runtime/runtime/1.5.1/runtime-1.5.1.aar

by checking the maven repository it seems that those aar(s) aren't actually available (example). What are some alternative ways on how to fetch the required dependencies? (is this an maven_install issue?)

Thanks!

@runmael runmael changed the title .aar not found .aar not found on https://maven.google.com Sep 23, 2023
@runmael
Copy link
Author

runmael commented Sep 23, 2023

Similar issue to #909

@runmael runmael closed this as completed Sep 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant