Looking for some guidance on using Gradle with Google Cloud Storage backed Maven. I’ve read the docs but can’t find a good worked example anywhere. In particular, I’m not sure what needs to be done to make sure Gradle can connect with my bucket. Any advice gratefully received.
* What went wrong:
Could not determine the dependencies of task ':jar'.
> Could not resolve all files for configuration ':compile'.
> Could not resolve com.company:ig_proto:0.1.0.
Required by:
project :
> Could not resolve com.company:ig_proto:0.1.0.
> Could not get resource 'gcs:/invisible_guard_jars/maven2/com/company/ig_proto/0.1.0/ig_proto-0.1.0.pom'.
> Required parameter bucket must be specified.
Even if I hard code the bucket, I get the same error. Can someone please help.