AzureAD / microsoft-authentication-library-common-for-android

Common code used by both the Active Directory Authentication Library (ADAL) and the Microsoft Authentication Library (MSAL)
MIT License
41 stars 35 forks source link

Fixing common consumers pipeline #2156

Closed somalaya closed 1 year ago

somalaya commented 1 year ago

Issue : This PR https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/2142 caused a break in common consumers pipeline. The stages that consume common need to have JDK 11 installed after updating the gradle version to 7.5. This was not caught in the pipeline run of the PR because MSAL and Broker PRs were merged after common was merged.

Fix : Updated the jdk version on the pipeline