Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/Android-SingleSignOn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luhmer <david-dev@live.de>2021-09-12 17:50:56 +0300
committerGitHub <noreply@github.com>2021-09-12 17:50:56 +0300
commit866a318d75d55496b163953b5db16c090a8db044 (patch)
tree6a4036b0b2da7b3ba40e68601fd6e96a2c8821b1
parentad908e851a525a48b67e8fe6f6ee6df9500faa49 (diff)
parent4307f9679f91f9188a3fcd3009f976b5f47bddca (diff)
Merge pull request #385 from nextcloud/fix-jitpack-build-v20.6.0-rc4
ignore spotbugs failures
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 6532b63..915321f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -40,6 +40,7 @@ group = 'com.github.nextcloud'
spotbugs {
toolVersion = '3.1.12'
+ ignoreFailures = true
}
configurations {