This should work:
println GroovySystem.version
So long as you are on Groovy 1.6.6+
Before that, it was:
println org.codehaus.groovy.runtime.InvokerHelper.version
But that’s been removed from later versions of Groovy
This should work:
println GroovySystem.version
So long as you are on Groovy 1.6.6+
Before that, it was:
println org.codehaus.groovy.runtime.InvokerHelper.version
But that’s been removed from later versions of Groovy