Skip to content

Commit

Permalink
Fixed the java enforcer plugin configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
elecharny committed Dec 19, 2024
1 parent c9562f8 commit 438329d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -811,12 +811,8 @@
<rules>
<requireMavenVersion>
<level>ERROR</level>
<version>[3.6.3,]</version>
<version>[3.8,]</version>
</requireMavenVersion>
<requireJavaVersion>
<level>ERROR</level>
<version>11</version>
</requireJavaVersion>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 438329d

Please sign in to comment.