-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
34 lines (23 loc) · 789 Bytes
/
gradle.properties
File metadata and controls
34 lines (23 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This file was generated by the Gradle 'init' task.
# https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties
#org.gradle.configuration-cache=true
# Enable parallel build
org.gradle.parallel=true
# Enable build cache
org.gradle.caching=true
# Configure daemon memory
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError
# Enable incremental annotation processing
kapt.incremental.apt=true
# Enable parallel test execution
org.gradle.workers.max=8
# Enable test cache
org.gradle.test.cache=true
# Enable test fail fast
org.gradle.test.failfast=true
# Enable test retry
org.gradle.test.retry=true
# Enable test isolation
org.gradle.test.isolation=true
# Enable test report
org.gradle.test.report=true