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

Building an executable #13

Closed
bennyboer opened this issue Jul 20, 2020 · 1 comment
Closed

Building an executable #13

bennyboer opened this issue Jul 20, 2020 · 1 comment
Projects
Milestone

Comments

@bennyboer
Copy link
Owner

Building an executable (*.exe) file for the CLI.

@bennyboer bennyboer created this issue from a note in v0.1 (To do) Jul 20, 2020
@bennyboer bennyboer added this to the v0.1 milestone Jul 20, 2020
@bennyboer bennyboer moved this from To do to In progress in v0.1 Sep 2, 2020
@bennyboer bennyboer self-assigned this Sep 2, 2020
@bennyboer
Copy link
Owner Author

For building thaw one can simply call .\gradlew.bat :cli:jlink or ./gradlew :cli:jlink. Afterwards the final image is built in /cli/build/image. The executable file is in /cli/build/image/bin/thaw.

When JPackage is finished in a future JDK we can also use it using ./gradlew.bat :cli:jpackage which will also give us proper setups!

v0.1 automation moved this from In progress to Done Sep 2, 2020
@bennyboer bennyboer removed their assignment Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
v0.1
  
Done
Development

No branches or pull requests

1 participant