The GitHub Actions job "Licensing - RAT Report" on grails-core.git/feature/gsp-compile-static-8.0.x has failed. Run started by GitHub user codeconsole (triggered by codeconsole).
Head commit for run: 32d19da2a2575cbfbb6de61a0d958f8d1241196e / Scott Murphy Heiberg <[email protected]> Add an application whose pages are compiled statically The Gradle flag had a test that it reaches a forked JVM, and the compiler had tests that a page compiles, but nothing ran an application whose pages were compiled statically and rendered them. This adds one: a build that sets grails.compileStatic.gsp, pages that read a declared model, the names the framework binds, a typed local and a tag library in its own namespace, and an integration test that renders each through a running server. Rendering correctly is not on its own evidence, since a page renders the same either way, so the class each page compiled to is checked as well. The pages that declare a model are separated from the one that declares nothing: a model directive implies static compilation on its own, and only the page without one answers whether the build setting did anything. Report URL: https://github.com/apache/grails-core/actions/runs/32414415866 With regards, GitHub Actions via GitBox
