matrei commented on code in PR #15713:
URL: https://github.com/apache/grails-core/pull/15713#discussion_r3380842201


##########
.github/workflows/gradle.yml:
##########
@@ -24,6 +24,11 @@ on:
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
   cancel-in-progress: ${{ github.event_name == 'pull_request' }}
+# Exercise SiteMesh 3 by default in the test apps. The example/suite builds 
read this
+# flag to choose grails-sitemesh3 over the legacy grails-layout; unset it (or 
set it to
+# anything other than 'true') to fall back to SiteMesh 2.
+env:
+  SITEMESH3_TESTING_ENABLED: 'true'

Review Comment:
   We should turn this around to default to SiteMesh 3. Otherwise we will run 
SiteMesh 2 by default locally.



-- 
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]

Reply via email to