Skip to content

Commit

Permalink
Disable Lint.GradleDependency check.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Apr 23, 2024
1 parent 1bc582a commit c5d5cf8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ subprojects {
}
lint {
warningsAsErrors = true
disable.addAll(listOf(
"GradleDependency"
))
}
testOptions {
unitTests.isIncludeAndroidResources = true
Expand All @@ -118,6 +121,9 @@ subprojects {
}
lint {
warningsAsErrors = true
disable.addAll(listOf(
"GradleDependency"
))
}
testOptions {
unitTests.isIncludeAndroidResources = true
Expand Down

0 comments on commit c5d5cf8

Please sign in to comment.