Hi,
I am working on a Google Cloud Storage addon as a replacer for the AWS S3 that is not working well.
I’ve troubles importing the addon on my project, because on how Google distribute its SDK via a BOM:
A problem occurred configuring project ':app-core'.
> Could not resolve all dependencies for configuration ':appComponent'.
> Could not find com.google.cloud:google-cloud-storage:.
Required by:
project : > net.gionn.cubagcs:app-global:0.1-SNAPSHOT
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
I am not a Gradle expert, anyone has some suggestions on how to handle this problem?
Thanks!