[Android] Gradle: Activate parallel build
Geoffrey Métais
git at videolan.org
Mon Jan 27 06:47:49 CET 2020
vlc-android | branch: master | Geoffrey Métais <geoffrey at videolan.org> | Mon Jan 27 06:47:43 2020 +0100| [be6049b97e7f747ab2071ec2092b56c5b44fa7f2] | committer: Nicolas Pomepuy
Gradle: Activate parallel build
> https://code.videolan.org/videolan/vlc-android/commit/be6049b97e7f747ab2071ec2092b56c5b44fa7f2
---
gradle.properties | 1 +
1 file changed, 1 insertion(+)
diff --git a/gradle.properties b/gradle.properties
index 20b2a3462..d7ea61e2c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -5,3 +5,4 @@ kapt.incremental.apt=true
kapt.use.worker.api=true
kapt.include.compile.classpath=false
org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
+org.gradle.parallel=true
More information about the Android
mailing list