Skip to content

Commit 08709b5

Browse files
committed
fix(ci): fix maven-javadoc-plugin config
1 parent 8a945a7 commit 08709b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@
446446
<goal>jar</goal>
447447
</goals>
448448
<configuration>
449-
<source>8</source>
450449
<detectJavaApiLink>false</detectJavaApiLink>
451450
</configuration>
452451
</execution>
@@ -457,7 +456,7 @@
457456
<plugin>
458457
<groupId>org.apache.maven.plugins</groupId>
459458
<artifactId>maven-gpg-plugin</artifactId>
460-
<version>3.1.0</version>
459+
<version>3.2.6</version>
461460
<executions>
462461
<execution>
463462
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)