Skip to content

Commit

Permalink
gitpod - change quarkus command
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanphi-baconnais committed May 9, 2022
1 parent 8228447 commit aafc55c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
file: .gitpod/Dockerfile

tasks:
- init: ./mvnw install -DskipTests=false
- init: ./mvnw -Dquickly
- name: Quarkus command
openMode: split-right

Expand All @@ -14,3 +14,4 @@ vscode:
- "redhat.java"
- "vscjava.vscode-java-dependency"
- "vscjava.vscode-java-debug"
- "vscjava.vscode-java-pack"

0 comments on commit aafc55c

Please sign in to comment.