int128 / gradle-ssh-plugin

Gradle SSH Plugin
https://gradle-ssh-plugin.github.io
Apache License 2.0
319 stars 60 forks source link

logging output is not suppressed when using LoggingMethod.none #396

Open gigitalz opened 1 year ago

gigitalz commented 1 year ago

gradle-ssh-plugin-2.10.1 (groovy-ssh-2.10.1, jsch-0.1.54, groovy-3.0.9, java-1.8.0_301)

  1. Execute any command
  2. Set the logging to LoggingMethod.none
  3. The command output is not suppressed
execute "rmdir /Q /S C:\\xxx\\${rootProject.name}\\_stage", ignoreError: true, logging: LoggingMethod.none