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 #362

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

Also the README is updated.

Copy link

PR missing one of the required labels: {'enhancement', 'internal', 'breaking-change', 'documentation', 'dependencies', 'new feature', 'bug'}

@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 00:25
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
```
@milyin milyin merged commit 3ffd758 into eclipse-zenoh:main Jan 24, 2025
8 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