We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e29ff commit 1d04e06Copy full SHA for 1d04e06
build-caching-maven-samples/spotbugs-project/pom.xml
@@ -15,7 +15,7 @@
15
<plugin>
16
<groupId>com.github.spotbugs</groupId>
17
<artifactId>spotbugs-maven-plugin</artifactId>
18
- <version>4.9.4.1</version>
+ <version>4.9.4.2</version>
19
<configuration>
20
<effort>Max</effort>
21
<threshold>Low</threshold>
@@ -75,6 +75,7 @@
75
<property><name>relaxed</name></property>
76
<property><name>visitors</name></property>
77
<property><name>omitVisitors</name></property>
78
+ <property><name>chooseVisitors</name></property>
79
<property><name>pluginList</name></property>
80
<property><name>onlyAnalyze</name></property>
81
<property><name>nested</name></property>
0 commit comments