We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe34bdd commit c5c0a7dCopy full SHA for c5c0a7d
.circleci/config.yml
@@ -19,6 +19,7 @@ jobs:
19
- checkout
20
- run: cp gradle.properties.example gradle.properties
21
- run: ./gradlew test
22
+ - run: ./gradlew javadoc
23
- run:
24
name: Save test results
25
command: |
0 commit comments