mirror of
https://github.com/nextcloud/talk-android.git
synced 2026-01-18 19:08:14 +00:00
The Android Gradle Plugin (AGP) ships Android Lint. So Gradle has no control over Lint memory. Thats why the memory settings via jvmargs do not apply! -> must be changed on config repo! Lint runs in separate workers defined by AGP. By using --no-daemon this frees memory after each invocation of lint. Lint and spotbugs are not compatible with configuration cache so it should be disabled by --no-configuration-cache If the problems still continue it's worth having a look at: android.experimental.lint.heapSize Signed-off-by: Marcel Hibbe <dev@mhibbe.de>