We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 541802f commit 2c25b4bCopy full SHA for 2c25b4b
1 file changed
pom.xml
@@ -176,8 +176,8 @@
176
<artifactId>maven-compiler-plugin</artifactId>
177
<version>3.8.1</version>
178
<configuration>
179
- <source>17</source>
180
- <target>17</target>
+ <source>16</source>
+ <target>16</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