I published a package to gcloud artifact registry (gradle/maven-publish). I use this as a dependency in two projects (maven and gradle). The dependency is resolved by maven but gradle shows.
Could not resolve com.company.group:art:1.0-SNAPSHOT
Also, I use another dependencies from the same repository and these are normally resolved. This means there can be no issues with access rights etc. Maybe I'm missing something when publishing the package. I can't figure this out. Thank you in advance.