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.
2 parents fe34bdd + c5c0a7d commit aef630bCopy full SHA for aef630b
.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