8000
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 677aeda commit 45e07f4Copy full SHA for 45e07f4
pom.xml
@@ -26,16 +26,16 @@
26
http://stackoverflow.com/a/26806103/1857257
27
Disable doclint only on JDK8+ where the option was introduced.
28
-->
29
- <profile>
30
- <id>doclint-java8-disable</id>
31
- <activation>
32
- <jdk>[1.8,)</jdk>
33
- </activation>
34
- <properties>
35
- <javadoc.opts>-Xdoclint:none</javadoc.opts>
36
- </properties>
37
- </profile>
38
- </profiles>
+ <profile>
+ <id>doclint-java8-disable</id>
+ <activation>
+ <jdk>[1.8,)</jdk>
+ </activation>
+ <properties>
+ <javadoc.opts>-Xdoclint:none</javadoc.opts>
+ </properties>
+ </profile>
+ </profiles>
39
40
<groupId>org.jenkins-ci.plugins</groupId>
41
<artifactId>github-oauth</artifactId>
0 commit comments