Skip to content

Commit 97c1aad

Browse files
Set SpotBugs version to 4.8.6.6 for Java 8 build
1 parent 0d9ee17 commit 97c1aad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,15 @@
171171
</dependency>
172172
</dependencies>
173173
<build>
174+
<pluginManagement>
175+
<plugins>
176+
<plugin>
177+
<groupId>com.github.spotbugs</groupId>
178+
<artifactId>spotbugs-maven-plugin</artifactId>
179+
<version>4.8.6.6</version>
180+
</plugin>
181+
</plugins>
182+
</pluginManagement>
174183
<plugins>
175184
<plugin>
176185
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)