Skip to content

Commit 3924179

Browse files
committed
Update maven-javadoc plugin to 3.2.0 (last to support Java 7)
Fixes a java.lang.ExceptionInInitializerError on Java 17 when running `mvn package`, see #38 (comment)
1 parent b5ef30b commit 3924179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.apache.maven.plugins</groupId>
8181
<artifactId>maven-javadoc-plugin</artifactId>
82-
<version>2.9.1</version>
82+
<version>3.2.0</version>
8383
<executions>
8484
<execution>
8585
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)