Me? Of course.
Shortly speaking I would like to upgrade groovy version from 1.7.8 to current one (1.8.3) for application built with Grails 1.3.7.
How this can be achieved?
Longer story is when...
Type: Posts; User: topr; Keyword(s):
Me? Of course.
Shortly speaking I would like to upgrade groovy version from 1.7.8 to current one (1.8.3) for application built with Grails 1.3.7.
How this can be achieved?
Longer story is when...
I have the same exact issue.
I did it like:
grails.project.dependency.resolution = {
inherits("global") {
excludes 'groovy-all'
}
}
Guys, there is a better way.
Use Groovy! :D
Hi,
It's the first release I've tried. Seems to be promising :D
I've found 2 bugs though.
Where can I submit them?
For now here their goes:
STS IDE complains about dynamic getter...