Skip to content

Commit

Permalink
disable automatic j21 build
Browse files Browse the repository at this point in the history
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
  • Loading branch information
holgerfriedrich committed Mar 31, 2024
1 parent 0db5d1e commit 71a04cc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -844,17 +844,14 @@ Import-Package: \\
<profile>
<id>j17</id>
<activation>
<jdk>[17.0,18.0)</jdk>
<jdk>[17.0,18.0);[21.0,22.0)</jdk>
</activation>
<properties>
<maven.compiler.release>17</maven.compiler.release>
</properties>
</profile>
<profile>
<id>j21</id>
<activation>
<jdk>[21.0,22.0)</jdk>
</activation>
<properties>
<maven.compiler.release>21</maven.compiler.release>
</properties>
Expand Down

0 comments on commit 71a04cc

Please sign in to comment.