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 27879e0 commit f877eecCopy full SHA for f877eec
.github/workflows/build.yml
@@ -12,6 +12,6 @@ jobs:
12
uses: actions/setup-java@v4
13
with:
14
distribution: corretto
15
- java-version: 17
+ java-version: 21
16
- name: Build with Maven
17
run: mvn --batch-mode clean package
pom.xml
@@ -279,7 +279,7 @@
279
<artifactId>maven-compiler-plugin</artifactId>
280
<version>3.14.0</version>
281
<configuration>
282
- <release>17</release>
+ <release>21</release>
283
</configuration>
284
</plugin>
285
<plugin>
@@ -292,7 +292,7 @@
292
<artifactId>maven-javadoc-plugin</artifactId>
293
<version>${plugin.javadocs.version}</version>
294
295
- <source>17</source>
+ <source>21</source>
296
297
298
0 commit comments