mirror of
https://github.com/bitwarden/android.git
synced 2026-08-01 03:05:47 -05:00
tool: Improve Gradle Sync performance with 'org.gradle.tooling.parallel' flag (#7174)
This commit is contained in:
@@ -6,6 +6,7 @@ kotlin.compilerArgs=-Xjspecify-annotations=strict, -Xtype-enhancement-improvemen
|
||||
org.gradle.caching=true
|
||||
org.gradle.jvmargs=-Xmx6g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dfile.encoding=UTF-8
|
||||
org.gradle.parallel=true
|
||||
org.gradle.tooling.parallel=true
|
||||
|
||||
# Disable build features that are enabled by default and we do not need
|
||||
# developer.android.com/reference/tools/gradle-api/7.4/com/android/build/api/dsl/BuildFeatures
|
||||
|
||||
Reference in New Issue
Block a user