Skip to content

Commit

Permalink
Generate util javadoc.
Browse files Browse the repository at this point in the history
When we implement the javadoc fetcher, we'll new get a separate
util doc as well.

DMDirc/Util#3
  • Loading branch information
csmith committed Jan 12, 2015
1 parent 5ae4087 commit dd93d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test:
override:
- >
if [ -n "${BUILD_JAVADOC}" ]; then
./gradlew --stacktrace packageJavadoc;
./gradlew --stacktrace util:javadocJar packageJavadoc;
elif [ -n "${BUILD_PMD}" ]; then
./gradlew --stacktrace pmdMain;
else
Expand Down

0 comments on commit dd93d55

Please sign in to comment.