Skip to content

Commit

Permalink
modifying yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrymsft committed Feb 7, 2025
1 parent 68e963e commit 6c1fd18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines/templates/steps/spotbugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ parameters:

steps:
- task: Gradle@3
displayName: 'Run Spotbugs'
displayName: 'Run SpotbugsTEST'
inputs:
javaHomeSelection: JDKVersion
jdkVersionOption: "1.17"
jdkVersion: 1.17
jdkArchitecture: x64
cwd: ${{ parameters.cwd }}
tasks: ${{ parameters.project }}:${{ parameters.spotbugsCommand }}
Expand Down

0 comments on commit 6c1fd18

Please sign in to comment.