matrei commented on code in PR #14093:
URL: https://github.com/apache/grails-core/pull/14093#discussion_r2022865323
##########
grails-test-examples/issue-views-182/build.gradle:
##########
@@ -4,18 +4,13 @@ buildscript {
}
dependencies {
classpath
"org.grails:grails-gradle-plugin:${project['grails-gradle-plugin.version']}"
- classpath
"org.grails.plugins:views-gradle:${project['plugins-views-gradle.version']}"
}
}
version "0.1"
group "issueviews182"
apply plugin:"org.grails.grails-web"
-apply plugin:"org.grails.plugins.views-json"
Review Comment:
The demo33 project has json-views compilation check during build (with
explaining comments).
I thought it would be enough to have that smoke test in one project.
##########
grails-test-examples/micronaut/build.gradle:
##########
@@ -4,24 +4,16 @@ buildscript {
}
dependencies {
classpath
"org.grails:grails-gradle-plugin:${project['grails-gradle-plugin.version']}"
- classpath "org.grails.plugins:hibernate5"
classpath
"com.bertramlabs.plugins:asset-pipeline-gradle:${project['asset-pipeline-gradle.version']}"
}
}
version "0.1"
group "micronaut"
-apply plugin:"eclipse"
-apply plugin:"idea"
-apply plugin:"war"
apply plugin:"org.grails.grails-web"
-apply plugin:"org.grails.grails-gsp"
Review Comment:
See previous comment.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]