Merge pull request #460 from grails/remove-set-output

Remove deprecated set-output command
tree: 6fece1be22bc1640d9ee9cc59f31d73198462590
  1. .github/
  2. core/
  3. docs/
  4. examples/
  5. gradle/
  6. json/
  7. json-templates/
  8. json-testing-support/
  9. markup/
  10. publishing/
  11. .gitignore
  12. build.gradle
  13. gradle.properties
  14. gradlew
  15. gradlew.bat
  16. LICENSE
  17. README.md
  18. settings.gradle
README.md

Grails Views

Additional View Technologies for Grails 3.0 and above.

Initial implementation includes JSON views powered by Groovy's JsonBuilder, however this project provides the basis for implementation other view types.

View the latest documentation for details.

Java CI