This repository was archived by the owner on Apr 14, 2026. It is now read-only.
Add publish to Maven Central setup#24
Merged
Merged
Conversation
Guardiola31337
commented
Oct 3, 2025
| alias(libs.plugins.androidLibrary) | ||
| alias(libs.plugins.jetbrainsKotlinAndroid) | ||
| kotlin("plugin.serialization") version "2.0.0" | ||
| `maven-publish` |
Contributor
Author
There was a problem hiding this comment.
Replaced maven-publish by Gradle Maven Publish Plugin. See Advantages over maven-publish for details.
Guardiola31337
commented
Oct 3, 2025
|
|
||
| val libraryGroup = "com.worldcoin" | ||
| val libraryArtifactId = "idkit-kotlin" | ||
| val libraryVersion = "4.0.0-SNAPSHOT" |
Contributor
Author
There was a problem hiding this comment.
Bumped to the next major version SNAPSHOT.
Guardiola31337
commented
Oct 3, 2025
| signAllPublications() | ||
| coordinates(libraryGroup, libraryArtifactId, libraryVersion) | ||
|
|
||
| pom { |
Contributor
Author
There was a problem hiding this comment.
Added POM details to the artifact.
thereisnogabe
previously approved these changes
Oct 3, 2025
f284d82 to
87215c3
Compare
87215c3 to
c8fd826
Compare
Guardiola31337
commented
Oct 3, 2025
| @@ -101,14 +99,47 @@ All the technical docs for the Wordcoin SDK, World ID Protocol, examples, guides | |||
|
|
|||
| ## Release | |||
Contributor
Author
There was a problem hiding this comment.
Manual local release. This won't be needed when publishing from CI.
thereisnogabe
approved these changes
Oct 3, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
idkit-kotlin:3.0.0was published on Maven Central and it's already available https://repo1.maven.org/maven2/com/worldcoin/idkit-kotlin/3.0.0/ 🎉Next step