Grails console is including groovy-all which is a single lib that has ALL classes for groovy..
Since grails 3.0.0 groovy-all was removed and the individual groovy classes were used. This should only be adding groovy-console to the dependency graph otherwise an embedded grails container gets 2 copies of groovy classes
Grails console is including groovy-all which is a single lib that has ALL classes for groovy..
Since grails 3.0.0 groovy-all was removed and the individual groovy classes were used. This should only be adding groovy-console to the dependency graph otherwise an embedded grails container gets 2 copies of groovy classes