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

Export JBang script from Gradle Application project..? #4

Open
eGit opened this issue Aug 18, 2022 · 0 comments
Open

Export JBang script from Gradle Application project..? #4

eGit opened this issue Aug 18, 2022 · 0 comments

Comments

@eGit
Copy link

eGit commented Aug 18, 2022

You can add the "application" plugin to Gradle script to execute your application using 'gradle run'.

All the prerequisites to write out a JBang script from that Gradle script is there. A Main-Class to execute. All the dependencies (Maven) to formulate the classpath to launch the Main-Class.

Adding this functionality to the jbang-gradle-plugin would allow one just to maintain a Gradle-script and write out its JBang counterpart easily.

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

No branches or pull requests

1 participant