gradle-ssh-plugin
gradle-ssh-plugin copied to clipboard
Gradle SSH Plugin
For example, a file directory tree is owned by user1. login as user2 and user2 is in sudo group. but user2 can not access files owned by user1. In this...
Using the latest version ``` id "com.palantir.git-version" version "0.12.3" ```
Gradle 7.1.1 is available. This is sent by @gradleupdate. See https://gradleupdate.appspot.com/int128/gradle-ssh-plugin/status for more.
Gradle 7.0.2 is available. This is sent by @gradleupdate. See https://gradleupdate.appspot.com/int128/gradle-ssh-plugin/status for more.
### Environment info gradle-ssh-plugin-2.10.1 (groovy-ssh-2.10.1, jsch-0.1.54, groovy-2.5.4, java-11.0.10) ### Steps to reproduce 1. Create a gradle project with the task described below (`remoteName` can be any remote that works) 2....
Gradle 7.0.1 is available. This is sent by @gradleupdate. See https://gradleupdate.appspot.com/int128/gradle-ssh-plugin/status for more.
Gradle 6.9 is available. This is sent by @gradleupdate. See https://gradleupdate.appspot.com/int128/gradle-ssh-plugin/status for more.
Gradle 7.0 is available. This is sent by @gradleupdate. See https://gradleupdate.appspot.com/int128/gradle-ssh-plugin/status for more.
Gradle 6.8.3 is available. This is sent by @gradleupdate. See https://gradleupdate.appspot.com/int128/gradle-ssh-plugin/status for more.
Currently, the configuration is done via Groovy delegates. This maps badly to Kotlin. Is there any way to configure the plugin via the Kotlin DSL? Of course, a direct support...