[go: nahoru, domu]

blob: d27e92af2f4facb368e494840b79e4c2fd1e4618 [file] [log] [blame]
Jeff Gaston14292252020-01-07 11:54:44 -05001org.gradle.jvmargs=-Xmx8g
Yigit Boyarf77697d2016-08-16 10:55:36 -07002org.gradle.daemon=true
Aurimas Liutikas59e5b6f92017-08-23 10:11:32 -07003org.gradle.configureondemand=true
Aurimas Liutikasa64f1ce2018-05-18 11:29:03 -07004org.gradle.parallel=true
Aurimas Liutikasd9950fa2018-05-23 03:08:26 +00005org.gradle.caching=true
Aurimas Liutikas005dea02017-06-29 17:00:29 -07006android.builder.sdkDownload=false
Dustin Lamf14ad352019-09-30 15:30:55 -07007android.uniquePackageNames=true
8android.enableAdditionalTestOutput=true
9android.useAndroidX=true
Aurimas Liutikasa737b422019-12-10 16:35:38 -080010# Run multiple kotlin compilations in parallel within the same project.
11# See also https://github.com/JetBrains/kotlin/blob/1978db9d0e68a2ec29aded30a07e9c3c740c29f6/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/plugin/KotlinProperties.kt#L100 and https://blog.jetbrains.com/kotlin/2019/01/kotlin-1-3-20-released/
Jeff Gaston9c484ec2019-11-07 15:18:41 -050012kotlin.parallel.tasks.in.project=true
Jeff Gaston220279f2019-11-18 12:48:18 -050013# TODO(b/144189353) : remove android.useNewJarCreator once it stops putting illegal timestamps into jars
14android.useNewJarCreator=false
Aurimas Liutikasa737b422019-12-10 16:35:38 -080015# Workaround for b/141364941
Aurimas Liutikasd4fcb1c2019-12-17 15:50:11 -080016android.forceJacocoOutOfProcess=true
Aurimas Liutikasf3ef1e42020-02-19 16:05:38 -080017
18# Gradle duplicate detection does not handle :core:core https://github.com/gradle/gradle/issues/12315
19systemProp.org.gradle.dependency.duplicate.project.detection=false