Commit 4b9cb6af authored by Phillip Webb's avatar Phillip Webb

Revert "Disable javadoc linting when building with JDK 8+"

This reverts commit 78432fc7.
parent 072f873f
......@@ -572,9 +572,6 @@
<goal>jar</goal>
</goals>
<inherited>true</inherited>
<configuration>
<additionalparam>${javadoc.opts}</additionalparam>
</configuration>
</execution>
</executions>
</plugin>
......@@ -591,15 +588,6 @@
</pluginRepository>
</pluginRepositories>
</profile>
<profile>
<id>disable-java8-doclint</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>
<properties>
<javadoc.opts>-Xdoclint:none</javadoc.opts>
</properties>
</profile>
<profile>
<id>snapshot</id>
</profile>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment