-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgradle.properties
34 lines (24 loc) · 982 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
26
27
28
29
30
31
32
33
34
GROUP=com.bendb.thrifty
VERSION_NAME=4.0.0-SNAPSHOT
POM_INCEPTION_YEAR=2015
POM_PACKAGING=jar
POM_URL=https://github.com/benjamin-bader/thrifty/
POM_SCM_URL=https://github.com/benjamin-bader/thrifty/
POM_SCM_CONNECTION=scm:git:git://github.com/benjamin-bader/thrifty.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/benjamin-bader/thrifty.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=benjamin-bader
POM_DEVELOPER_NAME=Benjamin Bader
POM_DEVELOPER_URL=https://www.bendb.com
# Dokka is a greedy little pig
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
# Build cache is helpful
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true
org.gradle.parallel=true
kotlin.mpp.enableCInteropCommonization=true
# Enable Dokka 2.0.0 Beta
org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers