https://kotlinlang.org logo
Title
r

rkeazor

05/02/2020, 6:15 PM
anyone running into issues with Artifactory and AS 4.1
z

Zach Klippenstein (he/him) [MOD]

05/02/2020, 8:49 PM
What kind of issues? Uploading, downloading?
r

rkeazor

05/03/2020, 6:27 AM
downloading .
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
classpath("gradle.plugin.com.google.cloud.artifactregistry:artifactregistry-gradle-plugin:2.0.1")  apply(plugin = "com.google.cloud.artifactregistry.gradle-plugin")
z

Zach Klippenstein (he/him) [MOD]

05/03/2020, 3:10 PM
Ah, I've never used that plugin, out of my depth here.