We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14052a0 commit cdddf56Copy full SHA for cdddf56
1 file changed
pom.xml
@@ -39,8 +39,8 @@
39
<artifactId>maven-compiler-plugin</artifactId>
40
<version>3.11.0</version>
41
<configuration>
42
- <source>21</source>
43
- <target>21</target>
+ <source>17</source>
+ <target>17</target>
44
</configuration>
45
</plugin>
46
<plugin>
0 commit comments