Skip to content

Commit

Permalink
Runs static analysis only on Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Nov 29, 2023
1 parent 9ce43e9 commit e4535e9
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 @@ -220,7 +220,7 @@
<profile>
<id>static-analysis</id>
<activation>
<jdk>[17,)</jdk>
<jdk>[21,)</jdk>
<property>
<name>!disableStaticAnalysis</name>
</property>
Expand Down Expand Up @@ -528,7 +528,7 @@
<profile>
<id>modules-jdk17</id>
<activation>
<jdk>[17,)</jdk>
<jdk>[17,21)</jdk>
</activation>

<modules>
Expand Down

0 comments on commit e4535e9

Please sign in to comment.