xain
xain

Reputation: 13849

Experiences using Groovy++ in Grails

has anybody tried to implement a Grails solution having Groovy++ under the hood ?

Upvotes: 6

Views: 1024

Answers (2)

tim_yates
tim_yates

Reputation: 171194

It won't currently work.

Grails 1.3.2 (the current latest) uses Groovy 1.7.3

Groovy++ requires Groovy 1.8 (which is currently unreleased)

Please see Alex's response instead of this one...

Upvotes: 2

Alex Tkachman
Alex Tkachman

Reputation: 141

Groovy++ uses Groovy 1.7.5 and contains plugin integrating G++ with Grails

Upvotes: 11

Related Questions