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 1c3aed3 commit 4773440Copy full SHA for 4773440
pom.xml
@@ -188,8 +188,8 @@
188
<artifactId>maven-compiler-plugin</artifactId>
189
<version>3.14.0</version>
190
<configuration>
191
- <source>11</source>
192
- <target>11</target>
+ <source>17</source>
+ <target>17</target>
193
<showDeprecation>true</showDeprecation>
194
<showWarnings>true</showWarnings>
195
</configuration>
0 commit comments