-
Notifications
You must be signed in to change notification settings - Fork 9
/
gradle.properties
48 lines (41 loc) · 1.78 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
43
44
45
46
47
48
# 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
RELEASE_SIGNING_ENABLED=true
SONATYPE_HOST=DEFAULT
SONATYPE_AUTOMATIC_RELEASE=false
GROUP=com.pubnub
VERSION_NAME=10.3.2
POM_PACKAGING=jar
POM_NAME=PubNub 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=PubNub Software Development Kit License
POM_LICENSE_URL=https://github.com/pubnub/kotlin/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
IOS_SIMULATOR_ID=iPhone 15 Pro
#SWIFT_PATH=../swift
ENABLE_TARGET_JS=true
ENABLE_TARGET_IOS_OTHER=false
ENABLE_TARGET_IOS_SIMULATOR_ARM64=true
# alternatively (e.g. for release):
# ENABLE_TARGET_IOS_ALL=true