Skip to content

Commit f692ed6

Browse files
feat: enable SpotBugs via Gradle@4 built-in inputs
Uses the Gradle@4 task's native SpotBugs support which resolves the plugin via Maven coordinates (available on CFS feed) rather than the Gradle Plugin Portal marker artifact. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e3a9d5d commit f692ed6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.azure-pipelines/daily-ci-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,6 @@ extends:
6666
javaHomeOption: 'JDKVersion'
6767
jdkVersionOption: '1.17'
6868
jdkArchitectureOption: 'x64'
69+
spotBugsAnalysisEnabled: true
70+
spotBugsGradlePluginVersionChoice: 'specify'
71+
spotbugsGradlePluginVersion: '6.5.4'

0 commit comments

Comments
 (0)