Skip to content

Commit

Permalink
Configure m-compiler-p to use release flag for earlier JDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo authored and slawekjaranowski committed Dec 18, 2022
1 parent b9965e4 commit 7b025a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@
</profile>

<profile>
<id>java12</id>
<id>java9+</id>
<activation>
<jdk>[12,)</jdk>
<jdk>[9,)</jdk>
</activation>
<properties>
<maven.compiler.release>8</maven.compiler.release>
Expand Down

0 comments on commit 7b025a5

Please sign in to comment.