@@ -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
@@ -171,13 +171,13 @@ stages:
171171 tasks : AADAuthenticator:clean AADAuthenticator:assembleLocal --build-cache --info
172172 publishJUnitResults : false
173173 jdkArchitecture : x64
174- jdkVersionOption : " 1.11 "
174+ jdkVersionOption : " 1.17 "
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.11 "
180+ jdkVersionOption : " 1.17 "
181181 # Linux broker
182182 - job : linuxBrokerValidation
183183 displayName : Linux Broker
@@ -226,6 +226,7 @@ stages:
226226 tasks : LinuxBroker:clean LinuxBroker:assemble --build-cache --info
227227 publishJUnitResults : false
228228 jdkArchitecture : x86
229+ jdkVersionOption : " 1.17"
229230 - task : Bash@3
230231 displayName : Execute tests
231232 inputs :
@@ -277,10 +278,10 @@ stages:
277278 inputs :
278279 tasks : clean adal:assembleLocal
279280 jdkArchitecture : x64
280- jdkVersionOption : " 1.11 "
281+ jdkVersionOption : " 1.17 "
281282 - task : Gradle@3
282283 displayName : Run adal Unit tests
283284 inputs :
284285 tasks : adal:testLocalDebugUnitTest -Plabtest -ProbolectricSdkVersion=${{variables.robolectricSdkVersion}} -PlabSecret=$(LabVaultAppCert)
285286 jdkArchitecture : x64
286- jdkVersionOption : " 1.11 "
287+ jdkVersionOption : " 1.17 "
0 commit comments