Skip to content

Commit e8de62a

Browse files
committed
Turn off doclint
Attempting to solve build failure Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
1 parent 62f47ee commit e8de62a

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<sonar.organization>spdx</sonar.organization>
1717
<sonar.projectKey>spdx-rdf-store</sonar.projectKey>
1818
<dependency-check-maven.version>8.0.1</dependency-check-maven.version>
19+
<javadoc.opts>-Xdoclint:none</javadoc.opts>
1920
</properties>
2021

2122
<licenses>
@@ -47,15 +48,6 @@
4748
</distributionManagement>
4849

4950
<profiles>
50-
<profile>
51-
<id>doclint-java8-disable</id>
52-
<activation>
53-
<jdk>[1.8,11)</jdk>
54-
</activation>
55-
<properties>
56-
<javadoc.opts>-Xdoclint:none</javadoc.opts>
57-
</properties>
58-
</profile>
5951
<profile>
6052
<id>gpg-signing</id>
6153
<build>

0 commit comments

Comments
 (0)