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.
I used this in build.gradle:
compile "org.grails.plugins:remotessh:3.0.1"
Whenever I try to run the grails-app usinggrails 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)
Itried
task and manually deleted the build folder with no luck.