Skip to content

Commit fbbad6a

Browse files
scralystephanemartin
authored andcommitted
gitpod revert
1 parent ec6976c commit fbbad6a

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.gitpod.Dockerfile

Lines changed: 0 additions & 10 deletions
This file was deleted.

.gitpod.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
tasks:
22
- init: |
3-
quarkus build
3+
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

Comments
 (0)