thorp/.build.yml

9 lines
132 B
YAML
Raw Normal View History

2022-12-03 12:17:53 +00:00
image: ubuntu/lts
packages:
- openjdk-17-jdk-headless
- maven
tasks:
- build: |
cd thorp
mvn -B install