Skip to content

Commit ffced16

Browse files
committed
changing pipeline jdk version
1 parent 116a00a commit ffced16

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
displayName: Assemble Local
3939
inputs:
4040
javaHomeSelection: JDKVersion
41-
jdkVersionOption: "1.11"
41+
jdkVersionOption: "1.17"
4242
tasks: clean common:assembleLocal
4343
publishJUnitResults: false
4444
jdkArchitecture: x64
@@ -48,14 +48,14 @@ jobs:
4848
displayName: Run Unit tests
4949
inputs:
5050
javaHomeSelection: JDKVersion
51-
jdkVersionOption: "1.11"
51+
jdkVersionOption: "1.17"
5252
tasks: common:testLocalDebugUnitTest -PlabSecret=$(LabVaultAppCert) -PmockApiUrl=$(MOCK_API_URL)
5353
- task: Gradle@3
5454
displayName: Check Dependencies size
5555
condition: eq(variables['system.pullRequest.targetBranch'], 'dev')
5656
inputs:
5757
tasks: common:dependenciesSizeCheck -PdependenciesSizeCheckConfig=distReleaseRuntimeClasspath
58-
jdkVersionOption: "1.11"
58+
jdkVersionOption: "1.17"
5959

6060
- job: spotbugs
6161
displayName: SpotBugs
@@ -87,5 +87,5 @@ jobs:
8787
tasks: clean common:lintLocalDebug
8888
publishJUnitResults: false
8989
javaHomeSelection: JDKVersion
90-
jdkVersionOption: "1.11"
90+
jdkVersionOption: "1.17"
9191
...

0 commit comments

Comments
 (0)