feat(android): publish io.customer.android:jist via shared publishing plugin#35
Draft
mahmoud-elmorabea wants to merge 1 commit into
Draft
feat(android): publish io.customer.android:jist via shared publishing plugin#35mahmoud-elmorabea wants to merge 1 commit into
mahmoud-elmorabea wants to merge 1 commit into
Conversation
… plugin Consume customerio/mobile-ci-tools' io.customer.android.publish-* convention plugins to publish the Android renderer to Maven Central as io.customer.android:jist. - android/build.gradle.kts: apply publish-root (root) + declare publish-module. - android/jist/build.gradle.kts: apply publish-module + customerIoPublish coordinates. - android/settings.gradle.kts: -PuseLocalPublishPlugin dev override (includeBuild of a sibling mobile-ci-tools checkout) for development before the plugin is on Maven Central. - .github/workflows/android-publish.yml: manual (workflow_dispatch) Sonatype staging publish using the shared setup-android action. No automated release trigger yet. Validated locally via the includeBuild override: publishReleasePublicationToMavenLocal produces io.customer.android:jist with AAR, sources, and correct POM. NOTE: CI will fail until the plugin is published to Maven Central (or until mobile-ci-tools#10 merges and is consumed). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Publishes the Android renderer to Maven Central as
io.customer.android:jistby consuming the sharedio.customer.android.publish-*convention plugins from customerio/mobile-ci-tools#10.Changes
android/build.gradle.kts: applyio.customer.android.publish-root(root) + declarepublish-module.android/jist/build.gradle.kts: applyio.customer.android.publish-module+customerIoPublish { artifactId = "jist" … }.android/settings.gradle.kts:-PuseLocalPublishPlugindev override (includeBuildof a siblingmobile-ci-toolscheckout), for development before the plugin is on Maven Central..github/workflows/android-publish.yml: manual (workflow_dispatch) Sonatype staging publish using the sharedsetup-androidaction. No automated release trigger yet (follow-up).Validated locally
Via the
includeBuildoverride,publishReleasePublicationToMavenLocalproducesio.customer.android:jistwith AAR + sources + correct POM (MIT, jist url, SCM).The plugin isn't published to Maven Central yet, so resolving
id("io.customer.android.publish-root") version "0.1.0"will fail until mobile-ci-tools#10 merges and the plugin is published. This PR is up for review of the consumer wiring. RequiresOSSRH_*/SIGNING_*/SONATYPE_STAGING_PROFILE_IDsecrets in this repo to actually publish.🤖 Generated with Claude Code