Skip to content

Commit

Permalink
Disabling DocLint for javadoc generation.
Browse files Browse the repository at this point in the history
This fails the build when using Java 1.8, which enables DocLint by default.

Change-Id: I0cd951754b17ee8d61b55e8fb3b28c406faf7c1d
  • Loading branch information
bocon13 committed Sep 3, 2015
1 parent 108d37a commit cfdd172
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions java_gen/pre-written/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@
<goals>
<goal>jar</goal>
</goals>
<!--
The following configuration turns of DocLint which is enabled in Java 8.
FIXME This can be removed if/when Javadoc comments pass DocLint.
-->
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit cfdd172

Please sign in to comment.