Skip to content

Commit 59fa018

Browse files
committed
Fix javadoc version
1 parent ba3da9f commit 59fa018

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
@@ -351,7 +351,7 @@
351351
<doclint>none</doclint> <!-- Turnoff all checks -->
352352
<failOnError>false</failOnError>
353353
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
354-
<source>17</source>
354+
<source>21</source>
355355
</configuration>
356356
<executions>
357357
<execution>

0 commit comments

Comments
 (0)