vahidhedayati / RemoteSSH

Grails RemoteSSH Plugin based on Ganymed SSH-2 library, provides ssh utilities to a grails application
http://grails.org/plugin/remote-ssh
Apache License 2.0
4 stars 5 forks source link

Unable to use plugin in Grails 3.1.4 project #4

Closed bhagwat closed 8 years ago

bhagwat commented 8 years ago

I used this in build.gradle: compile "org.grails.plugins:remotessh:3.0.1" Whenever I try to run the grails-app using grails run-app or ./gradlew bootRun I get this error: | Error Error initializing classpath: inconsistent module metadata found. Descriptor: org.grails.plugins:RemoteSSH:3.0.1 Errors: bad module name: expected='remotessh' found='RemoteSSH' (Use --stacktrace to see the full trace) I tried task and manually deleted the build folder with no luck.

bhagwat commented 8 years ago

Managed to work now. The documentation need to be updated for Grails 3.x. It should be

compile "org.grails.plugins:RemoteSSH:3.0.1"

I found it here: https://bintray.com/vahid/maven/RemoteSSH/view

vahidhedayati commented 8 years ago

thanks will do