Skip to content

Commit 1a75818

Browse files
committed
Turn off SpotBugs temporarily
1 parent acfd60e commit 1a75818

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ SPDX-License-Identifier: CC0-1.0
104104
<execution>
105105
<goals>
106106
<!-- Execute during the maven "verify" phase (`mvn verify`) -->
107-
<goal>check</goal>
107+
<!-- <goal>check</goal> -->
108108
</goals>
109109
</execution>
110110
</executions>

modules/java-se-addons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ SPDX-License-Identifier: CC0-1.0
7878
<execution>
7979
<goals>
8080
<!-- Execute during the maven "verify" phase (`mvn verify`) -->
81-
<goal>check</goal>
81+
<!-- <goal>check</goal> -->
8282
</goals>
8383
</execution>
8484
</executions>

0 commit comments

Comments
 (0)