We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6976c commit fbbad6aCopy full SHA for fbbad6a
.gitpod.Dockerfile
.gitpod.yml
@@ -1,3 +1,12 @@
1
tasks:
2
- init: |
3
- quarkus build
+ curl -s "https://get.sdkman.io/" | bash
4
+ source "$HOME/.sdkman/bin/sdkman-init.sh"
5
+ echo "sdkman_auto_answer=true" > ~/.sdkman/etc/config
6
+ sdk install java 21.0.5-tem
7
+ sdk install quarkus
8
+ sdk install jbang
9
+ jbang trust add https://github.com/quarkiverse/quarkus-roq/blob/HEAD/roq.java
10
+ jbang app install --fresh --force roq@quarkiverse/quarkus-roq
11
+ command: |
12
+ quarkus build
0 commit comments