Skip to content

Commit d892ecb

Browse files
committed
updating the pipeline jdk version for the build-consumers.yml file
1 parent ffced16 commit d892ecb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

azure-pipelines/pull-request-validation/build-consumers.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,15 @@ stages:
125125
displayName: Assemble msal
126126
inputs:
127127
jdkArchitecture: x64
128-
jdkVersionOption: "1.11"
128+
jdkVersionOption: "1.17"
129129
tasks: clean msal:assembleLocal
130130
- template: ../templates/steps/automation-cert.yml
131131
- task: Gradle@3
132132
displayName: Run msal Unit tests
133133
inputs:
134134
tasks: msal:testLocalDebugUnitTest -Plabtest -PlabSecret=$(LabVaultAppCert) -ProbolectricSdkVersion=${{variables.robolectricSdkVersion}} -PmockApiUrl=$(MOCK_API_URL)
135135
jdkArchitecture: x64
136-
jdkVersionOption: "1.11"
136+
jdkVersionOption: "1.17"
137137
# broker
138138
- job: brokerValidation
139139
displayName: Broker
@@ -169,13 +169,13 @@ stages:
169169
tasks: AADAuthenticator:clean AADAuthenticator:assembleLocal --build-cache --info
170170
publishJUnitResults: false
171171
jdkArchitecture: x64
172-
jdkVersionOption: "1.11"
172+
jdkVersionOption: "1.17"
173173
- task: Gradle@3
174174
displayName: Run broker Unit tests
175175
inputs:
176176
tasks: AADAuthenticator:localDebugAADAuthenticatorUnitTestCoverageReport --build-cache --info -Plabtest -PlabSecret=$(LabVaultAppCert) -ProbolectricSdkVersion=${{variables.robolectricSdkVersion}} -PpowerLiftApiKey=$(powerliftApiKey) -PcodeCoverageEnabled=true ${{variables.shouldSkipLongRunningTest}}
177177
jdkArchitecture: x64
178-
jdkVersionOption: "1.11"
178+
jdkVersionOption: "1.17"
179179
# Linux broker
180180
- job: linuxBrokerValidation
181181
displayName: Linux Broker
@@ -211,7 +211,7 @@ stages:
211211
tasks: LinuxBroker:clean LinuxBroker:assemble --build-cache --info
212212
publishJUnitResults: false
213213
jdkArchitecture: x64
214-
jdkVersionOption: "1.11"
214+
jdkVersionOption: "1.17"
215215
- task: Bash@3
216216
retryCountOnTaskFailure: 3
217217
displayName: Execute tests
@@ -264,10 +264,10 @@ stages:
264264
inputs:
265265
tasks: clean adal:assembleLocal
266266
jdkArchitecture: x64
267-
jdkVersionOption: "1.11"
267+
jdkVersionOption: "1.17"
268268
- task: Gradle@3
269269
displayName: Run adal Unit tests
270270
inputs:
271271
tasks: adal:testLocalDebugUnitTest -Plabtest -ProbolectricSdkVersion=${{variables.robolectricSdkVersion}} -PlabSecret=$(LabVaultAppCert)
272272
jdkArchitecture: x64
273-
jdkVersionOption: "1.11"
273+
jdkVersionOption: "1.17"

0 commit comments

Comments
 (0)