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 7163656 commit 591137bCopy full SHA for 591137b
azure-pipelines/templates/steps/spotbugs.yml
@@ -13,10 +13,11 @@ parameters:
13
14
steps:
15
- task: Gradle@3
16
- displayName: 'Run Spotbugs'
+ displayName: 'Run SpotbugsTEST'
17
inputs:
18
javaHomeSelection: JDKVersion
19
jdkVersionOption: "1.17"
20
+ jdkVersion: 1.17
21
jdkArchitecture: x64
22
cwd: ${{ parameters.cwd }}
23
tasks: ${{ parameters.project }}:${{ parameters.spotbugsCommand }}
0 commit comments