Skip to content

Commit cbe8ea3

Browse files
Merge pull request #2060 from microsoftgraph/ramsess/lint-ignore-gradle-version-warning
Add Disable option to ignore Gradle version warning
2 parents 239f356 + 528ef22 commit cbe8ea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ android {
5252
checkAllWarnings true
5353
warningsAsErrors true
5454
lintConfig file("lint.xml")
55+
disable 'AndroidGradlePluginVersion' // We will not be upgrading gradle to version 9 as it does not support our minimum required version of jdk8
5556
}
5657

5758
sourceSets {

0 commit comments

Comments
 (0)