Skip to content

Commit 7163656

Browse files
committed
REAL change for the spotbugs jdk 11 -> jdk 17 error
1 parent d892ecb commit 7163656

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

azure-pipelines/pull-request-validation/common.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
- template: ../templates/steps/spotbugs.yml
6969
parameters:
7070
project: common
71+
7172
- job: lint
7273
displayName: Lint
7374
cancelTimeoutInMinutes: 1

azure-pipelines/templates/steps/spotbugs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
displayName: 'Run Spotbugs'
1717
inputs:
1818
javaHomeSelection: JDKVersion
19-
jdkVersionOption: "1.11"
19+
jdkVersionOption: "1.17"
2020
jdkArchitecture: x64
2121
cwd: ${{ parameters.cwd }}
2222
tasks: ${{ parameters.project }}:${{ parameters.spotbugsCommand }}

0 commit comments

Comments
 (0)