Skip to content

Commit

Permalink
simplify compiler release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Jun 20, 2024
1 parent 42bf97b commit ac405fa
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@
</developers>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.release>8</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.outputTimestamp>2024-03-23T12:35:25Z</project.build.outputTimestamp>
Expand Down Expand Up @@ -444,15 +443,6 @@
</plugins>
</build>
</profile>
<profile>
<id>jdk-release</id>
<activation>
<jdk>[1.9,)</jdk>
</activation>
<properties>
<maven.compiler.release>8</maven.compiler.release>
</properties>
</profile>
</profiles>

<reporting>
Expand Down

0 comments on commit ac405fa

Please sign in to comment.