Explorar el Código

Generate util javadoc.

When we implement the javadoc fetcher, we'll new get a separate
util doc as well.

DMDirc/Util#3
pull/83/head
Chris Smith hace 9 años
padre
commit
dd93d55211
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      circle.yml

+ 1
- 1
circle.yml Ver fichero

@@ -21,7 +21,7 @@ test:
21 21
   override:
22 22
     - >
23 23
       if [ -n "${BUILD_JAVADOC}" ]; then
24
-        ./gradlew --stacktrace packageJavadoc;
24
+        ./gradlew --stacktrace util:javadocJar packageJavadoc;
25 25
       elif [ -n "${BUILD_PMD}" ]; then
26 26
         ./gradlew --stacktrace pmdMain;
27 27
       else

Loading…
Cancelar
Guardar