META-INF.jreleaser.templates.java-binary.jbang-snapshot.jbang.tpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jreleaser-templates Show documentation
Show all versions of jreleaser-templates Show documentation
JReleaser packager templates
The newest version!
//usr/bin/env jbang "$0" "$@" ; exit $?
//JAVA {{distributionJavaVersion}}+
//REPOS jitpack
//DEPS {{jbangDistributionGA}}:{{repoBranch}}-SNAPSHOT
// {{jreleaserCreationStamp}}
public class {{jbangScriptName}} {
public static void main(String... args) throws Exception {
{{distributionJavaMainClass}}.main(args);
}
}