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 a48693e commit 02fa3afCopy full SHA for 02fa3af
pom.xml
@@ -177,6 +177,15 @@
177
</plugins>
178
</build>
179
</profile>
180
+ <profile>
181
+ <id>java8-disable-strict-javadoc</id>
182
+ <activation>
183
+ <jdk>[1.8,)</jdk>
184
+ </activation>
185
+ <properties>
186
+ <javadoc.doclint.none>-Xdoclint:none</javadoc.doclint.none>
187
+ </properties>
188
+ </profile>
189
</profiles>
190
<artifactId>java-wrapper</artifactId>
191
<issueManagement>
0 commit comments