Add gradle task 'aggregateJavadocIncludingTests' that builds javadoc for both main and test

It will allow CI to spot javadoc errors, for example broken links, in test code.

Close apache/calcite-avatica#117
1 file changed
tree: 9882c05788240fbf9a98e29f74554f3e78ee2172
  1. .github/
  2. bom/
  3. config/
  4. core/
  5. docker/
  6. gradle/
  7. metrics/
  8. metrics-dropwizardmetrics/
  9. noop-driver/
  10. release/
  11. server/
  12. shaded/
  13. site/
  14. src/
  15. standalone-server/
  16. tck/
  17. .editorconfig
  18. .gitattributes
  19. .gitignore
  20. .ratignore
  21. .travis.yml
  22. build.gradle.kts
  23. docker-compose.yml
  24. docker.sh
  25. gradle.properties
  26. gradlew
  27. gradlew.bat
  28. LICENSE
  29. NOTICE
  30. README
  31. README.md
  32. settings.gradle.kts
README.md

Build Status CI Status

Apache Calcite -- Avatica

Apache Calcite's Avatica is a framework for building database drivers.

Avatica is a sub-project of Apache Calcite.

For more details, see the home page.

Release notes for all published versions are available on the history page.