IT1901-individual/.gitpod.yml

11 lines
199 B
YAML
Raw Permalink Normal View History

2021-08-11 17:12:25 +02:00
image:
file: .gitpod.Dockerfile
tasks:
- init: sdk use java 16.0.1.hs-adpt
2021-09-05 21:50:42 +02:00
command: cd oysteikt-calc; mvn compile
2021-08-11 17:12:25 +02:00
ports:
# used by virtual desktop and vnc, supports JavaFX
- port: 6080