-
Notifications
You must be signed in to change notification settings - Fork 21
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
Restore demo 33 #433
Restore demo 33 #433
Conversation
@@ -72,7 +72,7 @@ subprojects { project -> | |||
apply plugin: "groovy" | |||
if (project.name.startsWith("examples")) { | |||
apply plugin: "org.grails.grails-web" | |||
apply plugin: "org.grails.plugins.views-json" | |||
//apply plugin: "org.grails.plugins.views-json" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not required for tests here, issue: grails/grails-views#587
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is used to compile examples/demo33/grails-app/views/json/index.gson
@@ -72,7 +72,7 @@ subprojects { project -> | |||
apply plugin: "groovy" | |||
if (project.name.startsWith("examples")) { | |||
apply plugin: "org.grails.grails-web" | |||
apply plugin: "org.grails.plugins.views-json" | |||
//apply plugin: "org.grails.plugins.views-json" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is used to compile examples/demo33/grails-app/views/json/index.gson
|
Requires #435 to be merged first
Ignores 2 new failing tests with
@PendingFeature
or@Ignore
list of failing tests: https://github.com/grails/grails-testing-support/pull/433/files
issue: #434