-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgradle.properties
42 lines (33 loc) · 1.33 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Gradle kotlin DSL project-wide settings.
# App properties
appAuthor=Suresh
appVersion=2.0.0
# Misc system properties
systemProp.console=plain
systemProp.kotlin.version=1.2-M1
systemProp.kotlinx.version=0.16
systemProp.dokka.version=0.9.15
systemProp.shadow.version=2.0.1
systemProp.build-scan.version=1.8
systemProp.gradle-versions.version=0.15.0
systemProp.ktlint.version=2.0.1
systemProp.junit-plugin.version=1.0.0-M4
systemProp.wrapper.version=gradle-kotlin-dsl-4.1-20170624053347+0000
systemProp.springboot.version=1.5.4.RELEASE
systemProp.kotlin.eap.repo=https://dl.bintray.com/kotlin/kotlin-eap-1.2
systemProp.kotlinx.repo=https://dl.bintray.com/kotlin/kotlinx
systemProp.gradle.snap.url=https://repo.gradle.org/gradle/dist-snapshots
# Github Repo
systemProp.github.repo.url=https://github.com/sureshg/kotlin-starter/
# JVM args for the daemon process. Default value: -Xmx10248m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
# Gradle Kotlin DSL
# org.gradle.kotlin.dsl.accessors=true
# Disable the Gradle Daemon
# org.gradle.daemon=false
# Kotlin incremental compilation is enabled by default
# kotlin.incremental=true
# Disable kotlin compiler daemon.
# kotlin.compiler.execution.strategy=in-process
# Enable build cache (--build-cache)
# org.gradle.caching=true