Skip to content

Commit

Permalink
fix: force minimum java 11 for quarkus init
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen committed Sep 2, 2022
1 parent 55b7833 commit 155c8aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/init-qcli.java.qute
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//JAVA 11+
// Update the Quarkus version to what you want here or run jbang with
// `-Dquarkus.version=<version>` to override it.
//DEPS io.quarkus:quarkus-bom:$\{quarkus.version:2.11.2.Final\}@pom
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/init-qmetrics.java.qute
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//JAVA 11+
// Update the Quarkus version to what you want here or run jbang with
// `-Dquarkus.version=<version>` to override it.
//DEPS io.quarkus:quarkus-bom:$\{quarkus.version:2.11.2.Final\}@pom
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/init-qrest.java.qute
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//JAVA 11+
// Update the Quarkus version to what you want here or run jbang with
// `-Dquarkus.version=<version>` to override it.
//DEPS io.quarkus:quarkus-bom:$\{quarkus.version:2.11.2.Final\}@pom
Expand Down

0 comments on commit 155c8aa

Please sign in to comment.