@@ -125,15 +125,15 @@ stages:
125125 displayName : Assemble msal
126126 inputs :
127127 jdkArchitecture : x64
128- jdkVersionOption : " 1.17 "
128+ jdkVersionOption : " 1.11 "
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.17 "
136+ jdkVersionOption : " 1.11 "
137137 # broker
138138 - job : brokerValidation
139139 displayName : Broker
@@ -171,13 +171,13 @@ stages:
171171 tasks : AADAuthenticator:clean AADAuthenticator:assembleLocal --build-cache --info
172172 publishJUnitResults : false
173173 jdkArchitecture : x64
174- jdkVersionOption : " 1.17 "
174+ jdkVersionOption : " 1.11 "
175175 - task : Gradle@3
176176 displayName : Run broker Unit tests
177177 inputs :
178178 tasks : AADAuthenticator:localDebugAADAuthenticatorUnitTestCoverageReport --build-cache --info -Plabtest -PlabSecret=$(LabVaultAppCert) -ProbolectricSdkVersion=${{variables.robolectricSdkVersion}} -PpowerLiftApiKey=$(powerliftApiKey) -PcodeCoverageEnabled=true ${{variables.shouldSkipLongRunningTest}}
179179 jdkArchitecture : x64
180- jdkVersionOption : " 1.17 "
180+ jdkVersionOption : " 1.11 "
181181 # Linux broker
182182 - job : linuxBrokerValidation
183183 displayName : Linux Broker
@@ -226,7 +226,6 @@ stages:
226226 tasks : LinuxBroker:clean LinuxBroker:assemble --build-cache --info
227227 publishJUnitResults : false
228228 jdkArchitecture : x86
229- jdkVersionOption : " 1.17"
230229 - task : Bash@3
231230 displayName : Execute tests
232231 inputs :
@@ -278,10 +277,10 @@ stages:
278277 inputs :
279278 tasks : clean adal:assembleLocal
280279 jdkArchitecture : x64
281- jdkVersionOption : " 1.17 "
280+ jdkVersionOption : " 1.11 "
282281 - task : Gradle@3
283282 displayName : Run adal Unit tests
284283 inputs :
285284 tasks : adal:testLocalDebugUnitTest -Plabtest -ProbolectricSdkVersion=${{variables.robolectricSdkVersion}} -PlabSecret=$(LabVaultAppCert)
286285 jdkArchitecture : x64
287- jdkVersionOption : " 1.17 "
286+ jdkVersionOption : " 1.11 "
0 commit comments