mark-vieira / gradle-maven-settings-plugin

Gradle Maven settings plugin
Apache License 2.0
60 stars 27 forks source link

Is SSH supported for repository resolution? #8

Closed mrollo closed 8 years ago

mrollo commented 8 years ago

maven settings allows for configuring ssh authentication (key file, passphrase). Can gradle use this to resolve dependencies that are only available via SSH?

mark-vieira commented 8 years ago

Unfortunately no, as Gradle does not currently support authenticating to SFTP repositories via private key and passphrase. Only username/password authentication is supported.