Skip to content

Commit

Permalink
increased maven.compiler.release
Browse files Browse the repository at this point in the history
  • Loading branch information
LionelCons committed Feb 14, 2024
1 parent 89b10ab commit 4f71cfa
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 @@ -172,10 +172,10 @@
<profile>
<id>set-compiler-release</id>
<activation>
<jdk>[9,)</jdk>
<jdk>[11,)</jdk>
</activation>
<properties>
<maven.compiler.release>9</maven.compiler.release>
<maven.compiler.release>11</maven.compiler.release>
</properties>
</profile>
<profile>
Expand Down

0 comments on commit 4f71cfa

Please sign in to comment.