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 83ce66c commit 1ed73d0Copy full SHA for 1ed73d0
1 file changed
pom.xml
@@ -279,8 +279,7 @@
279
<artifactId>maven-compiler-plugin</artifactId>
280
<version>3.14.0</version>
281
<configuration>
282
- <source>1.8</source>
283
- <target>1.8</target>
+ <release>17</release>
284
</configuration>
285
</plugin>
286
<plugin>
@@ -293,7 +292,7 @@
293
292
<artifactId>maven-javadoc-plugin</artifactId>
294
<version>${plugin.javadocs.version}</version>
295
296
- <source>8</source>
+ <source>17</source>
297
298
299
0 commit comments