Skip to content

Commit

Permalink
Merge pull request #83 from csmith/master
Browse files Browse the repository at this point in the history
Generate util javadoc.
  • Loading branch information
greboid committed Jan 12, 2015
2 parents e60d009 + 3a3e6d9 commit 5bb7780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ machine:
version: oraclejdk8
environment:
TERM: dumb
GRADLE_OPTS: -Xmx3g
GRADLE_OPTS: -Xmx2g

checkout:
post:
Expand All @@ -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 5bb7780

Please sign in to comment.