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 7f0697b commit 130574fCopy full SHA for 130574f
pom.xml
@@ -323,25 +323,4 @@
323
</dependency>
324
</dependencies>
325
326
- <profiles>
327
- <profile>
328
- <id>javadocVersion</id>
329
- <activation>
330
- <jdk>[9,)</jdk>
331
- </activation>
332
- <build>
333
- <pluginManagement>
334
- <plugins>
335
- <plugin>
336
- <groupId>org.apache.maven.plugins</groupId>
337
- <artifactId>maven-javadoc-plugin</artifactId>
338
- <configuration>
339
- <additionalOptions>-html5</additionalOptions>
340
- </configuration>
341
- </plugin>
342
- </plugins>
343
- </pluginManagement>
344
- </build>
345
- </profile>
346
- </profiles>
347
</project>
0 commit comments