Skip to content

Commit 8818964

Browse files
committed
Remove redundant dependency-analysis autoapply option
Fixes the warning: > Configure project : dependency.analysis.autoapply is set to false, but this is now the only behavior, and the flag has no effect. You should remove it from your build scripts. Signed-off-by: Joe Groocock <[email protected]>
1 parent 67e262f commit 8818964

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gradle.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,3 @@ android.experimental.enableTestFixtures=true
4646

4747
# Create BuildConfig files as bytecode to avoid Java compilation phase
4848
android.enableBuildConfigAsBytecode=true
49-
50-
# By default, the plugin applies itself to all subprojects, but we don't want that as it would cause issues with builds using local AARs
51-
dependency.analysis.autoapply=false

0 commit comments

Comments
 (0)