Skip to content

Commit

Permalink
Fixed gitpod development environment
Browse files Browse the repository at this point in the history
Fixed gitpod development environment
  • Loading branch information
Hakky54 committed Aug 7, 2024
1 parent 3eb581e commit d9f6a95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .gitpod.Dockerfile

This file was deleted.

6 changes: 3 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image:
file: .gitpod.Dockerfile
tasks:
- init: mvn install
- name: Setup development environment
before: apt-get install git maven openjdk-21-jdk -y
command: mvn install

0 comments on commit d9f6a95

Please sign in to comment.