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

Examples fat JARs #179

Merged
merged 1 commit into from
Jan 24, 2025
Merged

Conversation

DariusIMP
Copy link
Member

Adding tasks for creating executable jar's for the examples. The gradle task buildExamples will output fat jar's for each of the examples, which can be later run with:

java -jar <Example>.jar

Updating the examples README as well.

Adding tasks for creating executable jar's for the examples.
The gradle task `buildExamples` will output fat jar's for each of the examples, which can be later run with
```
java -jar <Example>.jar
```
@DariusIMP DariusIMP added enhancement New feature or request internal Changes not included in the changelog labels Jan 24, 2025
@DariusIMP DariusIMP requested a review from milyin January 24, 2025 01:58
@milyin milyin merged commit 7083861 into eclipse-zenoh:main Jan 24, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request internal Changes not included in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants