mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-05 16:27:33 +08:00
Add gitpod (#4243)
This commit is contained in:
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
|
Reference in New Issue
Block a user