Add gitpod (#4243)

This commit is contained in:
Piotr Idzik 2023-07-22 15:20:35 +02:00 committed by GitHub
parent 4effd28d80
commit 3facb0d862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

1
.gitpod.dockerfile Normal file
View File

@ -0,0 +1 @@
FROM gitpod/workspace-java-17:2023-07-20-19-56-24

8
.gitpod.yml Normal file
View File

@ -0,0 +1,8 @@
---
image:
file: .gitpod.dockerfile
tasks:
- init: |
mvn dependency:resolve
mvn compile