int128 / gradle-ssh-plugin

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

Replace deprecated left shift (<<) operator on Task interface #283

Closed rm-- closed 7 years ago

rm-- commented 7 years ago

This fixes the deprecation warning described in #282.

Steps to verify the fix

  1. install the new version
  2. use ssh.run{} in your gradle scripts
  3. run your gradle script without warning
int128 commented 7 years ago

Thanks for the contribution. I will merge this later (merge button is not available).