Skip to content

Commit

Permalink
Issue #14485: should use release 11 for compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bananeweizen authored and romani committed Feb 17, 2024
1 parent c4d6f60 commit 9240ad3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
<maven.versions.plugin.version>2.16.2</maven.versions.plugin.version>
<maven.compiler.plugin.version>3.12.1</maven.compiler.plugin.version>
<java.version>11</java.version>
<maven.compiler.release>${java.version}</maven.compiler.release>
<pitest.plugin.version>1.15.8</pitest.plugin.version>
<pitest.plugin.timeout.factor>10</pitest.plugin.timeout.factor>
<pitest.plugin.output.formats>HTML,XML</pitest.plugin.output.formats>
Expand Down Expand Up @@ -795,8 +796,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler.plugin.version}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<compilerArgs>
<arg>-Xpkginfo:always</arg>
</compilerArgs>
Expand Down Expand Up @@ -2415,8 +2414,6 @@
</goals>
<configuration>
<failOnError>false</failOnError>
<source>${java.version}</source>
<target>${java.version}</target>
<compilerArgs>
<arg>-Xpkginfo:always</arg>
<arg>-XDcompilePolicy=simple</arg>
Expand Down Expand Up @@ -2472,8 +2469,6 @@
</goals>
<configuration>
<failOnError>false</failOnError>
<source>${java.version}</source>
<target>${java.version}</target>
<compilerArgs>
<arg>-Xpkginfo:always</arg>
<arg>-XDcompilePolicy=simple</arg>
Expand Down

0 comments on commit 9240ad3

Please sign in to comment.