When I perform a grails upgrade to version 2.1.0, I get an error:
grails upgrade -force
| Configuring classpath
| Error Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information):
- org.grails.plugins:plugin-config:[0.1.5,)
It seems to me the syntax [0.1.5,) is not correct anymore.
greetings,
Richard