int128 / gradle-ssh-plugin

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

Add warning for Gradle 1.x or Java 6 #267

Closed int128 closed 8 years ago

int128 commented 8 years ago

This adds warning messages to be shown if Gradle version is 1.x or Java version is 6. They are deprecated versions and will not be supported in the future release.

Related to #230 and #266.