summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorEmmanuel Bourg <ebourg@apache.org>2019-03-09 14:46:25 +0000
committerAndrej Shadura <andrewsh@debian.org>2019-03-09 14:46:25 +0000
commit0df6195551109927a41f2f87312c5e4b40dc7800 (patch)
tree4ce176e22d29f97efe209a3217c0c6523a4e99f7 /build.gradle
parentdc4b2940c760175ef81748a7383466d6407c5696 (diff)
Do not fail the build on compilation warnings
Forwarded: no Gbp-Pq: Name 0036-ignore-compilation-warnings.patch
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 2b15f72d..c201f4e3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -98,7 +98,7 @@ configure(allprojects) { project ->
"-Xlint:dep-ann", "-Xlint:divzero", "-Xlint:empty", "-Xlint:finally",
"-Xlint:overrides", "-Xlint:path", "-Xlint:processing", "-Xlint:static",
"-Xlint:try", "-Xlint:fallthrough", "-Xlint:rawtypes", "-Xlint:deprecation",
- "-Xlint:unchecked", "-Xlint:-options", "-Werror"
+ "-Xlint:unchecked", "-Xlint:-options"
]
compileTestJava.options*.compilerArgs = [