Add gitpod (#4243)
This commit is contained in:
parent
4effd28d80
commit
3facb0d862
1
.gitpod.dockerfile
Normal file
1
.gitpod.dockerfile
Normal file
@ -0,0 +1 @@
|
||||
FROM gitpod/workspace-java-17:2023-07-20-19-56-24
|
8
.gitpod.yml
Normal file
8
.gitpod.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
image:
|
||||
file: .gitpod.dockerfile
|
||||
|
||||
tasks:
|
||||
- init: |
|
||||
mvn dependency:resolve
|
||||
mvn compile
|
Loading…
Reference in New Issue
Block a user