After the upgrade, the version of Grails can no longer be restored using org.codehaus.groovy.runtime.InvokerHelper.getVersion() .
Open index.gsp and change the line labeled "Groovy version" to
<li>Groovy version: ${GroovySystem.getVersion()}</li>
to get rid of the error message.
peterp
source share