Skip to content

Commit 496beb9

Browse files
committed
remove java 8 exception
1 parent a72d867 commit 496beb9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pom.xml

-10
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,6 @@
7777
</distributionManagement>
7878

7979
<profiles>
80-
<profile>
81-
<!-- Disable Doclint on Java 8 and higher -->
82-
<id>disable-java8-doclint</id>
83-
<activation>
84-
<jdk>[1.8,)</jdk>
85-
</activation>
86-
<properties>
87-
<additionalparam>-Xdoclint:none</additionalparam>
88-
</properties>
89-
</profile>
9080
<profile>
9181
<id>devsite-apidocs</id>
9282
<activation>

0 commit comments

Comments
 (0)