Skip to content

Commit 94233c0

Browse files
committed
adjust activation
1 parent 3409397 commit 94233c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@
613613
<profile>
614614
<id>java21</id>
615615
<activation>
616-
<jdk>21</jdk>
616+
<jdk>[21,)</jdk>
617617
</activation>
618618
<build>
619619
<plugins>
@@ -631,7 +631,7 @@
631631
<artifactId>maven-javadoc-plugin</artifactId>
632632
<version>3.8.0</version>
633633
<configuration>
634-
<source>8</source>
634+
<source>1.8</source>
635635
<failOnError>false</failOnError>
636636
</configuration>
637637
<executions>

0 commit comments

Comments
 (0)