Closed syeds-git closed 9 years ago
The plugin should go in the plugins
block like:
grails.project.dependency.resolution = {
repositories {
// ...
}
dependencies {
// ...
}
plugins {
runtime ':console:1.5.5'
// ...
}
}
Thanks, it works now
:+1:
It may be obvious to more experienced grails users but for people like me it would be useful to have this info in the readme. Thanks
no problem. its updated now
I am trying to include this plugin but so far I am unable to do so. I am getting following exception:
I have following code in my BuildConfig.groovy
I have also tried using compile ":console:1.5.5"
and following repos
I am using Grails 2.4.3 with GGTS Version: 3.6.1.RELEASE