limcheekin / jquery-validation-ui

JQuery Validation UI Plugin - Client Side Validation without writing JavaScript

Home Page:http://limcheekin.github.io/jquery-validation-ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spock 0.7.0-2.0 is not compatible with grails 2.1

jbowen7 opened this issue · comments

The Spock compiler plugin cannot execute because Spock 0.7.0-groovy-2.0 is not compatible with Groovy 1.8.8.

see: https://code.google.com/p/spock/wiki/SpockVersionsAndDependencies

Trivial Fix for me for now:

BuildConfig.groovy around line 47

++ if(grailsVersion[0..2].toDouble() >= 2.2){
"org.spockframework:spock-grails-support:0.7-groovy-2.0"
++ }

thanks for report the issue with solution provided. Fixed and released in 1.4.3.