You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may not be an artifactory issue so much as a lack of understanding of gradle.
Anyway, our artifactory context url is HTTPS, not HTTP. I'd like to tell artifactory to "use this key pair" when making the connection. Is this possible to do through the artifactory plugin?
Right now, I am passing them as system properties to the jvm, but this is sort of cumbersome because if I am downloading any plugins from the gradle plugin repo (which also uses HTTPS), it causes the downloads to fail. Basically, it turns the build into a two step process.
The text was updated successfully, but these errors were encountered:
This may not be an artifactory issue so much as a lack of understanding of gradle.
Anyway, our artifactory context url is HTTPS, not HTTP. I'd like to tell artifactory to "use this key pair" when making the connection. Is this possible to do through the artifactory plugin?
Right now, I am passing them as system properties to the jvm, but this is sort of cumbersome because if I am downloading any plugins from the gradle plugin repo (which also uses HTTPS), it causes the downloads to fail. Basically, it turns the build into a two step process.
The text was updated successfully, but these errors were encountered: