Skip to content

Commit

Permalink
Turn off SpotBugs temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed May 8, 2024
1 parent acfd60e commit 1a75818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ SPDX-License-Identifier: CC0-1.0
<execution>
<goals>
<!-- Execute during the maven "verify" phase (`mvn verify`) -->
<goal>check</goal>
<!-- <goal>check</goal> -->
</goals>
</execution>
</executions>
Expand Down
2 changes: 1 addition & 1 deletion modules/java-se-addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ SPDX-License-Identifier: CC0-1.0
<execution>
<goals>
<!-- Execute during the maven "verify" phase (`mvn verify`) -->
<goal>check</goal>
<!-- <goal>check</goal> -->
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 1a75818

Please sign in to comment.