summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorHannes Achleitner <hannes.software@gmx.at>2019-01-27 12:54:56 +0100
committerHannes Achleitner <hannes.software@gmx.at>2019-01-27 12:54:56 +0100
commit0663e422a6998aea22ccb924f752f22d77b810ed (patch)
treede52e26f86dc333edf7fdbd93ab1641dc882057f /core
parente9c10cdaa828c93c70ad94c4bc6b9020df3f6699 (diff)
downloadAntennaPod-0663e422a6998aea22ccb924f752f22d77b810ed.zip
unify lint options for all modules
Diffstat (limited to 'core')
-rw-r--r--core/build.gradle8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/build.gradle b/core/build.gradle
index dcce2c021..c68b666d0 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -93,11 +93,3 @@ tasks.withType(Test) {
displayGranularity 2
}
}
-
-allprojects {
- gradle.projectsEvaluated {
- tasks.withType(JavaCompile) {
- options.compilerArgs << "-Xlint" << "-Xlint:-deprecation" << "-Xlint:-serial"
- }
- }
-}