jdaugherty commented on code in PR #15541:
URL: https://github.com/apache/grails-core/pull/15541#discussion_r3032513658
##########
grails-test-examples/gsp-sitemesh3/build.gradle:
##########
@@ -67,4 +67,10 @@ apply {
from
rootProject.layout.projectDirectory.file('gradle/functional-test-config.gradle')
from
rootProject.layout.projectDirectory.file('gradle/test-webjar-asset-config.gradle')
from
rootProject.layout.projectDirectory.file('gradle/grails-extension-gradle-config.gradle')
+}
+
+// Disabled: SiteMesh3 is incompatible with Spring Framework 7
+// Re-enable when SiteMesh3 integration is updated.
+tasks.named('integrationTest') {
Review Comment:
The mire I have thought about this, the more we should not publish it.
Otherwise someone could include 3 and get a mix of dependencies that conflict.
--
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]