Skip to content

Commit

Permalink
chore: update extra-enforcer-rules config
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Aug 6, 2024
1 parent f3bcc6c commit 9c6937f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -658,12 +658,12 @@
<requireJavaVersion>
<version>21</version>
</requireJavaVersion>
<!-- https://www.mojohaus.org/extra-enforcer-rules/enforceBytecodeVersion.html -->
<enforceBytecodeVersion>
<!-- https://www.mojohaus.org/extra-enforcer-rules/enforceBytecodeVersion.html -->
<maxJdkVersion>${maven.compiler.source}</maxJdkVersion>
<ignoredScopes>
<ignoredScope>test</ignoredScope>
</ignoredScopes>
<excludes>
<exclude>com.tngtech.archunit:archunit</exclude>
</excludes>
</enforceBytecodeVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 9c6937f

Please sign in to comment.