Fix javadoc generation and some errors

- Generate javadoc containing all the classes from all submodules
This commit is contained in:
Mauricio Colli
2018-03-18 16:17:22 -03:00
parent f787b375e5
commit fa3974bf3a
5 changed files with 21 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
language: java
script: ./gradlew check
after_success: ./gradlew javadoc
after_success: ./gradlew aggregatedJavadocs
deploy:
provider: pages