forked from pubnub/kotlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
42 lines (37 loc) · 1.66 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
# Project-wide Gradle settings.
# IDE (e.g. 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 -Dkotlin.daemon.jvm.options=-Xmx3g -XX:+UseParallelGC
# Turn on parallel compilation, caching and on-demand configuration
org.gradle.configureondemand=true
org.gradle.caching=true
org.gradle.parallel=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# Enable R8 full mode.
org.gradle.unsafe.configuration-cache=false
RELEASE_SIGNING_ENABLED=true
SONATYPE_HOST=DEFAULT
SONATYPE_AUTOMATIC_RELEASE=true
GROUP=com.pubnub
POM_ARTIFACT_ID=pubnub-kotlin
VERSION_NAME=7.7.0
POM_PACKAGING=jar
POM_NAME=PubNub Kotlin SDK
POM_DESCRIPTION=PubNub is a cross-platform client-to-client (1:1 and 1:many) push service in the cloud, capable of broadcasting real-time messages to millions of web and mobile clients simultaneously, in less than a quarter second!
POM_INCEPTION_YEAR=2020
POM_URL=https://github.com/pubnub/kotlin
POM_LICENSE_NAME=MIT License
POM_LICENSE_URL=https://github.com/pubnub/pubnub-api/blob/master/LICENSE
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/pubnub/kotlin
POM_SCM_CONNECTION=scm:git:git://github.com/pubnub/kotlin
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/pubnub/kotlin
POM_DEVELOPER_ID=PubNub
POM_DEVELOPER_NAME=PubNub