feat(ffi-android): maven-publish for com.autonomi:ant-android (V2-572)#203
Merged
Conversation
Adds the maven-publish plugin + a `release` publication (com.autonomi: ant-android, from the release component so the JNA/coroutines api deps flow into the POM) targeting a local `build/maven-repo/` layout. Version defaults to 0.0.3, overridable with `-PantAndroidVersion=`. `gradle publish` then generates the AAR + POM + module metadata + checksums, which are committed to the ant-maven repo and served over GitHub Pages (https://withautonomi.github.io/ant-maven/). v0.0.3 published + verified: a Gradle consumer resolves com.autonomi:ant-android:0.0.3 with transitives. See V2-572. 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.
Adds
maven-publishtoffi/android/build.gradle.ktssogradle publishemits thecom.autonomi:ant-androidAAR + POM + module metadata (carrying JNA + kotlinx-coroutines transitively) into a local Maven layout.That layout is committed to the new ant-maven repo and served over GitHub Pages as a zero-auth Maven repo — the Android analog of ant-swift's xcframework-via-release.
v0.0.3 already published + verified: all artifacts serve HTTP 200, the AAR checksum matches, and a real Gradle consumer resolves
com.autonomi:ant-android:0.0.3with transitives.Consume via:
Tracks V2-572 (Phase 1: Pages Maven now → Maven Central later).
🤖 Generated with Claude Code