I've updated my dev box to Grails 2.1.0 and Groovy 2.0 (Ubuntu 12.04 64Bit, STS 2.9).
After migrating my apps from 2.0 to 2.1.0, I've noticed that the WAR file still included the groovy-all Groovy 1.8.6 jar.
My question is:
- is possible (or advisable) to make Grails include the Groovy 2.0 Jar?
- does it make sense to do so?