codeconsole commented on code in PR #15713:
URL: https://github.com/apache/grails-core/pull/15713#discussion_r3384767261
##########
.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:
flipped
--
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]