app v1.0.5-SNAPSHOT

This commit is contained in:
jreleaserbot
2021-06-07 21:44:31 +02:00
committed by Julien Lengrand-Lambert
commit a11ef3fb21
2 changed files with 18 additions and 0 deletions

10
app_snapshot.java Executable file
View File

@@ -0,0 +1,10 @@
//usr/bin/env jbang "$0" "$@" ; exit $?
//JAVA 8+
//REPOS jitpack
//DEPS com.github.jlengrand:app:main-SNAPSHOT
public class app_snapshot {
public static void main(String... args) throws Exception {
io.helidon.examples.quickstart.se.Main.main(args);
}
}

8
jbang-catalog.json Executable file
View File

@@ -0,0 +1,8 @@
{
"aliases": {
"app-snapshot": {
"script-ref": "app_snapshot.java",
"description": "helidon-quickstart-se"
}
}
}