Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure JReleaser for assembling and releasing #43

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aalmiray
Copy link

@aalmiray aalmiray commented Dec 4, 2021

Native executables are now generated via JReleaser.

To give it a try locally

$ ./gradlew :pierrot:build
$ ./gradlew :jreleaserAssemble

Inspect current configuration

$ ./gradlew :jreleaserConfig --select-current-platform

Perform a release in dryrun mode

$ ./gradlew :jreleaserRelease --select-current-platform -Pjreleaser.dryrun=true

Inspect

  • build/jreleaser/out.properties
  • build/jreleaser/trace.log
  • build/jreleaser/release/CHANGELOG.md

@aalmiray aalmiray marked this pull request as draft December 4, 2021 16:53
@musketyr
Copy link
Collaborator

musketyr commented Dec 6, 2021

I've tried locally and so far so good :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants