Skip to content

Commit

Permalink
Don't specify maven.compiler.source or maven.compiler.target
Browse files Browse the repository at this point in the history
- There's no need for this
- It seems that Maven takes the Java version to use to compile from a plug-in's BREE
  • Loading branch information
Phillipus committed Nov 20, 2024
1 parent 07cca79 commit 80f4d17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

<properties>
<revision>5.4.3-SNAPSHOT</revision>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
1 change: 0 additions & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
<includes>
<include>**/AllTests.java</include>
</includes>
<useJDK>BREE</useJDK>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 80f4d17

Please sign in to comment.