Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
wkal-pubnub committed Dec 4, 2024
1 parent 75debe1 commit 065ac72
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 144 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release/js-pre-npm-build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
echo "Build Chat SDK module artifacts"
echo "Build JS Chat SDK module artifacts"
pushd ..
./gradlew :jsNodeProductionLibraryDistribution
./gradlew :packJsPackage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release/kotlin-maven-build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -e
echo "Build Chat SDK module artifacts"
echo "Build Kotlin and Swift Chat SDK module artifacts"
./gradlew -PENABLE_TARGET_IOS_ALL=true :podPublishReleaseXCFramework assemble
find build/cocoapods/publish/release/PubNubChat.xcframework -exec touch -t 00000000 {} +
rm -f build/cocoapods/publish/release/PubNubChat.xcframework.zip
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release/kotlin-pre-publish.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
set -e
echo "Update Swift Chat SDK checksum in Package.swift"
./gradlew -PENABLE_TARGET_IOS_ALL=true :podPublishReleaseXCFramework
find build/cocoapods/publish/release/PubNubChat.xcframework -exec touch -t 00000000 {} +
rm -f build/cocoapods/publish/release/PubNubChat.xcframework.zip
Expand Down
12 changes: 0 additions & 12 deletions build-logic/gradle-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@ gradlePlugin {
id = "pubnub.dokka"
implementationClass = "com.pubnub.gradle.PubNubDokkaPlugin"
}
register("pubnubInteg") {
id = "pubnub.integration-test"
implementationClass = "com.pubnub.gradle.PubNubIntegrationTestPlugin"
}
register("pubnubTest") {
id = "pubnub.test"
implementationClass = "com.pubnub.gradle.PubNubTestPlugin"
}
register("pubnubJavaLibrary") {
id = "pubnub.java-library"
implementationClass = "com.pubnub.gradle.PubNubJavaLibraryPlugin"
}
register("pubnubKotlinLibrary") {
id = "pubnub.kotlin-library"
implementationClass = "com.pubnub.gradle.PubNubKotlinLibraryPlugin"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 065ac72

Please sign in to comment.