anyone running into issues with Artifactory and AS...
# android
r
anyone running into issues with Artifactory and AS 4.1
z
What kind of issues? Uploading, downloading?
r
downloading .
Copy code
Not a supported repository protocol 'artifactregistry': valid protocols are [http, https, file, gcs, s3, sftp]
@Zach Klippenstein (he/him) [MOD]
it seems to not be applying the pluggin from settings.gradle
Copy code
classpath("gradle.plugin.com.google.cloud.artifactregistry:artifactregistry-gradle-plugin:2.0.1")  apply(plugin = "com.google.cloud.artifactregistry.gradle-plugin")
z
Ah, I've never used that plugin, out of my depth here.