Skip to content

Commit 6660d8f

Browse files
authored
Merge pull request #487 from albertotn/486
test for java 17
2 parents 5321c76 + 0d279a7 commit 6660d8f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@
174174
<plugin>
175175
<groupId>org.apache.maven.plugins</groupId>
176176
<artifactId>maven-compiler-plugin</artifactId>
177-
<version>3.1</version>
177+
<version>3.8.1</version>
178178
<configuration>
179-
<source>16</source>
180-
<target>16</target>
179+
<source>17</source>
180+
<target>17</target>
181181
<compilerArgs>
182182
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg>
183183
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED</arg>

0 commit comments

Comments
 (0)