limcheekin / jquery-validation-ui

JQuery Validation UI Plugin - Client Side Validation without writing JavaScript
http://limcheekin.github.io/jquery-validation-ui/
Apache License 2.0
20 stars 18 forks source link

Spock 0.7.0-2.0 is not compatible with grails 2.1 #23

Closed jbowen7 closed 11 years ago

jbowen7 commented 11 years ago

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

jbowen7 commented 11 years ago

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" ++ }

limcheekin commented 11 years ago

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