Cut v0.6.2 bindings#616
Merged
tnull merged 3 commits intolightningdevkit:release/0.6from Aug 15, 2025
Merged
Conversation
|
👋 Thanks for assigning @TheBlueMatt as a reviewer! |
b7a2926 to
4308a9d
Compare
Maven Central recently deprecated the Sonatype-style publishing, which means the nexus publishing gradle plugin we used didn't work anymore. As Maven Central has yet to release a replacement plugin for gradle, we simply drop nexus publishing support here and manually upload the archives in the meantime, which is simple enough. We also drop the publishing CI jobs that originally aimed to automate publishing to Maven Central, which we however never came around to use since we didn't want to fully trust Github CI with publishing binaries for us.
.. which we use before manually publishing to Maven Central.
4308a9d to
f481f07
Compare
TheBlueMatt
reviewed
Aug 15, 2025
|
|
||
| let tag = "v0.6.2" | ||
| let checksum = "73f53b615d5bfdf76f2e7233bde17a2a62631292ce506763a7150344230859c8" | ||
| let checksum = "dee28eb2bc019eeb61cc28ca5c19fdada465a6eb2b5169d2dbaa369f0c63ba03" |
Contributor
There was a problem hiding this comment.
Not sure how to verify this, but sure.
Collaborator
Author
There was a problem hiding this comment.
Yeah, at some point we should look if we can at least make parts of the build process reproducible. For now you could compare it to the zip file I just uploaded as part of the release, but Xcode already does that when importing the dependency.
TheBlueMatt
approved these changes
Aug 15, 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 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.
.. we make the required changes to ship v0.6.2 bindings.