I am trying to install webflow plugin version with my grails 1.3.9 version.
I have tried the following thing.,
Using command
grails intall-plugin webflow 1.3.8
Result was :org.grails#grails-webflow;1.3.8: not found
Modifying buildConfig file and adding the line
plugins { compile ":webflow:1.3.8"
When running app result was:
UNRESOLVED DEPENDENCIES
org.grails.plugins#webflow;1.3.8: not found
I don't know what else to try. Please help.