gradle-ssh-plugin

Gradle SSH Plugin

APACHE-2.0 License

Stars
319
Committers
12

Bot releases are visible (Hide)

gradle-ssh-plugin - 0.1.9

Published by int128 almost 11 years ago

Released on 2013-10-18

  • Bug fix
    • #34 Fixed executeBackground() to check exit status of the command
    • #35 Fixed execute() returns wrong value if output contains no line separator
  • Enhancement
    • Updated dependencies (Gradle 1.8, jsch-0.1.50, sshd-core-0.9.0)
    • #37 Added charset encoding support for command execution
  • Improvement
    • #36 Reduced interval time of loop waiting for pending channels
    • #38 Use each class loggers instead of project logger
    • Fixed code inspection warnings and improved type safety
    • Added integration tests using SSH server
    • Rewrote tests with Spock
gradle-ssh-plugin - 0.1.10

Published by int128 almost 11 years ago

Released on 2013-11-10

  • Bug fix
    • #41 File transfer operation causes java.lang.AssertionError after execution (thanks to @samusev)