mirror of
https://github.com/jlengrand/jbang-catalog.git
synced 2026-03-10 08:31:20 +00:00
helidon-quickstart-se v1.0.5-SNAPSHOT
This commit is contained in:
committed by
Julien Lengrand-Lambert
parent
a11ef3fb21
commit
20a69fcc6a
10
helidon_quickstart_se_snapshot.java
Executable file
10
helidon_quickstart_se_snapshot.java
Executable file
@@ -0,0 +1,10 @@
|
||||
//usr/bin/env jbang "$0" "$@" ; exit $?
|
||||
//JAVA 8+
|
||||
//REPOS jitpack
|
||||
//DEPS com.github.jlengrand:helidon-quickstart-se:main-SNAPSHOT
|
||||
|
||||
public class helidon_quickstart_se_snapshot {
|
||||
public static void main(String... args) throws Exception {
|
||||
io.helidon.examples.quickstart.se.Main.main(args);
|
||||
}
|
||||
}
|
||||
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"aliases": {
|
||||
"app-snapshot": {
|
||||
"script-ref": "app_snapshot.java",
|
||||
"description": "helidon-quickstart-se"
|
||||
"aliases" : {
|
||||
"app-snapshot" : {
|
||||
"script-ref" : "app_snapshot.java",
|
||||
"description" : "helidon-quickstart-se"
|
||||
},
|
||||
"helidon-quickstart-se-snapshot" : {
|
||||
"script-ref" : "helidon_quickstart_se_snapshot.java",
|
||||
"description" : "helidon-quickstart-se"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user