-
Notifications
You must be signed in to change notification settings - Fork 41
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
Grails 7: grails-views: Failed to apply plugin 'org.grails.plugins.views-json' #587
Comments
All that is required to get views-json to render .gson views is:
|
https://github.com/grails/grails-functional-tests/blob/7.0.x/issue-views-182/build.gradle is a good sample project.
|
@jamesfredley I posted on the PR, but is there any chance this gets backported to 3.2.x? Gradle 8 support was brought to the recent 6.2 release of grails-core, and in attempting that update I run into this issue. |
@james-criscuolo possibly, but the bigger issue will be grail-gradle-plugin which has had numerous Gradle 8 changes in the 7.0.x branch. There have also been Gradle 8 changes in the Grails 7 branches for a few other modules. https://github.com/grails/grails-gradle-plugin/pulls?q=is%3Apr+is%3Aclosed+gradle |
Understood, yea it would definitely be a concerted effort to bring Gradle 8 support to the existing releases. Seems like it's probably a bit heavy, thank you for the fast response! |
org.grails.plugins:views-json:4.0.0-SNAPSHOT
apply plugin: "org.grails.plugins.views-json"
The text was updated successfully, but these errors were encountered: