Revert "workaround duplicate findViewConfigPropertyDescriptor""

Close: https://github.com/grails/grails-views/issues/194
4 files changed
tree: d60638e7f5cc189c6e7b5889a9dc64c91d6a7803
  1. core/
  2. docs/
  3. functional-tests/
  4. functional-tests-plugin/
  5. gradle/
  6. json/
  7. json-templates/
  8. json-testing-support/
  9. markup/
  10. publishing/
  11. .gitignore
  12. .travis.yml
  13. build.gradle
  14. gradle.properties
  15. gradlew
  16. gradlew.bat
  17. LICENSE
  18. README.md
  19. settings.gradle
  20. travis-build.sh
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.

Build Status