Skip to content

Commit b4ca48f

Browse files
committed
improved .gitpod.yml
Signed-off-by: Konstantin Läufer <laufer@cs.luc.edu>
1 parent d514d67 commit b4ca48f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.gitpod.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
6+
7+
tasks:
8+
- init: |
9+
echo "sdkman_auto_answer=true" >> $HOME/.sdkman/etc/config
10+
sdk install java 17.0.10-tem
11+
mvn install -DskipTests=false

0 commit comments

Comments
 (0)