From fa7367189570ecca3f45230f5e1ce8ba22acf108 Mon Sep 17 00:00:00 2001 From: Daniel Lublin Date: Sat, 9 May 2020 11:54:53 +0200 Subject: gradle: relocate allprojects lint --- app/build.gradle | 14 +++++++------- libraries/humla | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2782bf9..cafd10b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,13 +15,6 @@ * along with this program. If not, see . */ -allprojects { - tasks.withType(JavaCompile) { - // TODO include deprecations at some point, but currently they are *many* - options.compilerArgs << "-Xlint:all" << "-Xlint:-deprecation" << "-Xlint:-dep-ann" - } -} - buildscript { repositories { jcenter() @@ -52,6 +45,13 @@ if (signingFile.exists()) apply from: signingFile def signingBetaFile = file 'signing-beta.gradle' if (signingBetaFile.exists()) apply from: signingBetaFile +allprojects { + tasks.withType(JavaCompile) { + // TODO include deprecations at some point, but currently they are *many* + options.compilerArgs << "-Xlint:all" << "-Xlint:-deprecation" << "-Xlint:-dep-ann" + } +} + android { compileSdkVersion 29 buildToolsVersion '29.0.3' diff --git a/libraries/humla b/libraries/humla index 74b0d4d..30e3a5c 160000 --- a/libraries/humla +++ b/libraries/humla @@ -1 +1 @@ -Subproject commit 74b0d4d36d9e03c3df09a817a10e1686f8914a2b +Subproject commit 30e3a5c3944a315d6286f453dfbc331092ea545e -- cgit v1.2.3