Skip to content

Commit

Permalink
chore: add gitpod config
Browse files Browse the repository at this point in the history
  • Loading branch information
hoegertn committed Jan 25, 2022
1 parent 11e5709 commit 5085040
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM gitpod/workspace-full

RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && sdk install java 8.322.06.2-amzn"
8 changes: 8 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
tasks:
- init: mvn clean install -DskipTests=false
vscode:
extensions:
- redhat.java
- vscjava.vscode-java-debug
- vscjava.vscode-maven

0 comments on commit 5085040

Please sign in to comment.