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 3409397 commit 94233c0Copy full SHA for 94233c0
pom.xml
@@ -613,7 +613,7 @@
613
<profile>
614
<id>java21</id>
615
<activation>
616
- <jdk>21</jdk>
+ <jdk>[21,)</jdk>
617
</activation>
618
<build>
619
<plugins>
@@ -631,7 +631,7 @@
631
<artifactId>maven-javadoc-plugin</artifactId>
632
<version>3.8.0</version>
633
<configuration>
634
- <source>8</source>
+ <source>1.8</source>
635
<failOnError>false</failOnError>
636
</configuration>
637
<executions>
0 commit comments