JavaAlgorithms/.gitpod.yml

9 lines
105 B
YAML
Raw Normal View History

2023-07-22 21:20:35 +08:00
---
image:
file: .gitpod.dockerfile
tasks:
- init: |
mvn dependency:resolve
mvn compile