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 80b1a9c commit d7f18a3Copy full SHA for d7f18a3
.kokoro/build.sh
@@ -23,5 +23,5 @@ echo $JOB_TYPE
23
24
export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
25
26
-mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
+mvn install -DskipTests=true -B -V
27
mvn test -B
pom.xml
@@ -384,7 +384,7 @@
384
<plugin>
385
<artifactId>maven-javadoc-plugin</artifactId>
386
<configuration>
387
- <additionalOptions>-Xdoclint:none</additionalOptions>
+ <doclint>none</doclint>
388
</configuration>
389
<executions>
390
<execution>
0 commit comments