Skip to content

Commit 591137b

Browse files
committed
modifying yml files
1 parent 7163656 commit 591137b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines/templates/steps/spotbugs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ parameters:
1313

1414
steps:
1515
- task: Gradle@3
16-
displayName: 'Run Spotbugs'
16+
displayName: 'Run SpotbugsTEST'
1717
inputs:
1818
javaHomeSelection: JDKVersion
1919
jdkVersionOption: "1.17"
20+
jdkVersion: 1.17
2021
jdkArchitecture: x64
2122
cwd: ${{ parameters.cwd }}
2223
tasks: ${{ parameters.project }}:${{ parameters.spotbugsCommand }}

0 commit comments

Comments
 (0)