Skip to content

Commit 9c73298

Browse files
committed
Update pom.xml towards JDK8, for a compatible release.
1 parent 528fcae commit 9c73298

1 file changed

Lines changed: 2 additions & 17 deletions

File tree

pom.xml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -176,20 +176,8 @@
176176
<artifactId>maven-compiler-plugin</artifactId>
177177
<version>3.8.1</version>
178178
<configuration>
179-
<source>16</source>
180-
<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>
184-
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg>
185-
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED</arg>
186-
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED</arg>
187-
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED</arg>
188-
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED</arg>
189-
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED</arg>
190-
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg>
191-
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED</arg>
192-
</compilerArgs>
179+
<source>1.8</source>
180+
<target>1.8</target>
193181
</configuration>
194182
</plugin>
195183
<plugin>
@@ -274,9 +262,6 @@
274262
<groupId>org.apache.maven.plugins</groupId>
275263
<artifactId>maven-surefire-plugin</artifactId>
276264
<version>3.0.0-M5</version>
277-
<configuration>
278-
<argLine>${argLine} --add-opens java.xml/jdk.xml.internal=ALL-UNNAMED</argLine>
279-
</configuration>
280265
</plugin>
281266
<plugin>
282267
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)