-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
43 lines (33 loc) · 1.28 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
kotlin.code.style=official
org.gradle.caching=true
org.gradle.parallel=true
kotlin.mpp.applyDefaultHierarchyTemplate=false
org.gradle.jvmargs=-Xmx8g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
RELEASE_SIGNING_ENABLED=true
SONATYPE_HOST=DEFAULT
SONATYPE_AUTOMATIC_RELEASE=false
GROUP=com.pubnub
POM_PACKAGING=jar
VERSION_NAME=0.10.1
POM_NAME=PubNub Chat SDK
POM_DESCRIPTION=This SDK offers a set of handy methods to create your own feature-rich chat or add a chat to your existing application.
POM_INCEPTION_YEAR=2024
POM_URL=https://github.com/pubnub/kmp-chat
POM_LICENSE_NAME=PubNub Software Development Kit License
POM_LICENSE_URL=https://github.com/pubnub/kmp-chat/blob/master/LICENSE
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/pubnub/kmp-chat
POM_SCM_CONNECTION=scm:git:git://github.com/pubnub/kmp-chat
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/pubnub/kmp-chat
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
NPM_PUBLISH_REGISTRY_NPMJS_DRY=true
kotlin.js.ir.output.granularity=whole-program