Skip to content

Commit

Permalink
Merge pull request #748 from nextcloud/backport/744/stable-2.8
Browse files Browse the repository at this point in the history
[stable-2.8] Do not check dependencies as we have DependAbot for this
  • Loading branch information
tobiasKaminsky authored Nov 5, 2021
2 parents c819e0c + 3337ef8 commit d79116e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ android {
abortOnError false
htmlReport true
htmlOutput file("$project.buildDir/reports/lint/lint.html")
disable 'GradleDependency'
}

defaultConfig {
Expand Down

0 comments on commit d79116e

Please sign in to comment.