Skip to content

Commit 017f249

Browse files
Merge pull request #2542 from microsoftgraph/ramsess/lint-ignore-gradle-version-warning
Add Disable option to ignore linting Gradle warning
2 parents 2bc6b27 + 2c2e32c commit 017f249

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
@@ -57,6 +57,7 @@ android {
5757
disable "GradleDependency"
5858
disable "NewerVersionAvailable"
5959
disable "KotlinPropertyAccess" // getting false positives because of odata actions & functions (getOrder setOrder)
60+
disable 'AndroidGradlePluginVersion' // We will not be upgrading gradle to version 9 as it does not support our minimum required version of jdk8
6061
}
6162
sourceSets {
6263
main {

0 commit comments

Comments
 (0)