-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem Using The Plugin With Grails 6.2.2 #6
Comments
I tested as well on Windows and on Debian (via WSL) and was unable to build as well. It appears that Gradle is unable to decide on a Groovy version. Error:
|
Just FYI... I tried with Grails 6.2.3 at https://github.com/jeffscottbrown/sitemeshpluginissue6 and I still am unable to build. |
Is the recommended approach to exclude some transitive dependencies? |
Is there a sample app available which demonstrates a way to use the plugin in Grails 6? Thank you! |
I think I have followed the README instructions at https://github.com/codeconsole/grails-plugin-sitemesh3/blob/84a0e32622cddef7e98ddc6aaeae557bf3a4af71/README.md.
I created a new Grails 6.2.2 app, added https://oss.sonatype.org/content/repositories/snapshots/ as an artifact repository and added org.sitemesh:grails-plugin-sitemesh3:7.0.0-SNAPSHOT as an "implementation" dependency.
I can't get the app to build with either Java 11 or Java 17.
Are there particular versions of Java that are required in order for this to work?
Thank you!
The text was updated successfully, but these errors were encountered: