Skip to content

Commit

Permalink
[pom] Allow jdk 22
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 7, 2023
1 parent 7fc8cb2 commit 0979cc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -248,6 +248,10 @@

<!-- Automatic Module Name -->
<module.name>com.github.spotbugs.maven</module.name>

<!-- TODO: Remove enforcer setup after parent 42 -->
<!-- Enforcer Jdks Allowed -->
<allowed.build.jdks>[11,12),[17,18),[21,22),[22,23)</allowed.build.jdks>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 0979cc5

Please sign in to comment.