News
New features:
- You can now use
--class-path <file>and--deps <gav>to add additional jars to your script. Useful for use with serviceloaders for dynamic class and/or resource loading. - Early support for
//FILES <path>[=<destination>]to allow adding resources to the project. i.e.//FILES META-INF/application.properties index.html=META-INF/resources/index.htmlResults inMETA-INF/application.propertiesand a `META-INF/resources/index.html' in the classpath/jar.
Be aware //FILES does not work with jbang edit and http based scripts. Will come later.