We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5321c76 + 0d279a7 commit 6660d8fCopy full SHA for 6660d8f
1 file changed
pom.xml
@@ -174,10 +174,10 @@
174
<plugin>
175
<groupId>org.apache.maven.plugins</groupId>
176
<artifactId>maven-compiler-plugin</artifactId>
177
- <version>3.1</version>
+ <version>3.8.1</version>
178
<configuration>
179
- <source>16</source>
180
- <target>16</target>
+ <source>17</source>
+ <target>17</target>
181
<compilerArgs>
182
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg>
183
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED</arg>
0 commit comments