-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Build cleanup * Selectively disable targets * CI build fixes * Fix flaky test
- Loading branch information
1 parent
d2d5dec
commit 273aa09
Showing
25 changed files
with
227 additions
and
422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
echo "Build Chat SDK module artifacts" | ||
./gradlew jar --no-configuration-cache | ||
./gradlew jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
./gradlew publishToSonatype closeSonatypeStagingRepository --no-configuration-cache | ||
./gradlew publishToSonatype closeSonatypeStagingRepository |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
./gradlew :dokkaGfmMultiModule --no-configuration-cache | ||
./gradlew :dokkaGfmMultiModule |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,37 @@ | ||
kotlin.code.style=official | ||
org.gradle.configuration-cache=true | ||
org.gradle.caching=true | ||
org.gradle.parallel=true | ||
kotlin.mpp.applyDefaultHierarchyTemplate=false | ||
#kotlin.mpp.import.enableKgpDependencyResolution=true | ||
|
||
#kotlin.native.cacheKind.iosSimulatorArm64=none | ||
#kotlin.native.cacheKind.iosArm64=none | ||
|
||
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.8.0-DEV | ||
|
||
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/kotlin/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 | ||
POM_DEVELOPER_URL[email protected] | ||
|
||
IOS_SIMULATOR_ID=iPhone 15 Pro | ||
SWIFT_PATH=pubnub-kotlin/swift | ||
|
||
ENABLE_TARGET_JS=false | ||
ENABLE_TARGET_IOS=false | ||
ENABLE_TARGET_IOS_SIMULATOR=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.