Closed snimavat closed 7 years ago
Same with jdk 8
I'm having trouble recreating this. I created a new Grails project using Grails 3.2.4 and Gradle 3.0. After adding the recaptcha
plugin, running grails compile
works with no errors.
Are there any other errors or warnings? Which version of the plugin are you trying to use?
@iamthechad can u merge pr https://github.com/iamthechad/grails3-recaptcha/pull/18 Even though it complains about coverage, there's nothing changed which would decrease coverage
@iamthechad btw i was trying to use recaptcha 3.0.1 and i am in the process of upgrading recaptcha-spring-security to grails 3 -- https://grails.org/plugin/recaptcha-spring-security
if you have a min, you can try to compile The code in this branch https://github.com/snimavat/recaptcha-spring-security/tree/grails3 and should see the error
I see the error in your branch.
I'm working on the Grails version upgrade, but I have deployed a snapshot that works for me when I put it into your code.
Add this to the repositories
:
maven { url 'https://oss.jfrog.org/artifactory/libs-snapshot' }
and add the snapshot in dependencies as compile "org.grails.plugins:recaptcha:3.1.0-SNAPSHOT"
Hopefully this can get you working temporarily until I can formally deploy a new version.
Great, thanks @iamthechad
This seems to have been fixed by #19
Exception occurs when doing grails compile
Grails Version: 3.2.4 Groovy Version: 2.4.7 JVM Version: 1.7.0_79 Gradle 3.0