JavaAlgorithms/.gitpod.yml

14 lines
154 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
2023-07-23 05:19:50 +08:00
vscode:
extensions:
- xaver.clang-format
2024-01-09 05:48:11 +08:00