forked from square/dagger
-
Notifications
You must be signed in to change notification settings - Fork 2k
/
Copy pathgradle.properties
25 lines (20 loc) · 1010 Bytes
/
gradle.properties
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
# Project-wide Gradle settings.
# IDE (e.g. IntelliJ or Android Studio) users:
# Gradle settings configured through the IDE *will override* any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx4g -Xms4g -Dfile.encoding=UTF-8
kotlin.daemon.jvmargs=-Xmx4g -Xms4g -Dfile.encoding=UTF-8
# Enable caching between builds.
org.gradle.caching=true
# Enable configuration caching between builds.
org.gradle.configuration-cache=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# Don't include the stdlib as a dependency by default
kotlin.stdlib.default.dependency=false
# Publish version
# TODO(danysantiago): Find a configurable location for the publishing version.
PUBLISH_VERSION=LOCAL-SNAPSHOT