You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: