Commit 0253def
Update FindBugs Maven plugin from 3.0.1 to 3.0.5
Fixes build with Maven 3.6.x. The error message was
[ERROR] Failed to execute goal org.codehaus.mojo:findbugs-maven-plug
in:3.0.1:findbugs (findbugs) on project system-rules: Unable to
parse configuration of mojo
org.codehaus.mojo:findbugs-maven-plugin:3.0.1:findbugs for parameter
pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts'
with value '${plugin.artifacts}' of type
java.util.Collections.UnmodifiableRandomAccessList to property of
type java.util.ArrayList -> [Help 1]
This is resolved in FindBugs version 3.0.4 and newer.1 parent 1c67c1f commit 0253def
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments