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

pack #7430

Open
zzkww opened this issue Apr 18, 2024 · 1 comment
Open

pack #7430

zzkww opened this issue Apr 18, 2024 · 1 comment

Comments

@zzkww
Copy link

zzkww commented Apr 18, 2024

Dear sir, I would like to ask you a question. How to package the source code in pravega into a compressed package like Releases in github, which only contains the bin directory, config directory, etc.

@RaulGracia
Copy link
Contributor

Hi @zzkww , thanks for your question.

You could try a couple of things: i) if I'm not wrong, the ./gradlew distribution command provides a release version of the code, probably including the sources; ii) if not, you may also try the sourceTar task, which probably does what you areexpecting:

task sourceTar(type: Tar) {

Hope it helps!

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

No branches or pull requests

2 participants