int128 / gradle-ssh-plugin

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

Fix typo in Readme #288

Closed rm-- closed 7 years ago

rm-- commented 7 years ago

Correct the Run test command.

Steps to use the feature | verify the fix

  1. Try to run the old command: ./gradlew -Ptarget.gradle.versions=3.0,2.0,1.12 :acceptance-tests:test
  2. Try to run the corrected command: ./gradlew -Ptarget.gradle.versions=3.0,2.0,1.12 :acceptance-test:test