thorp/.build.yml

8 lines
132 B
YAML

image: ubuntu/lts
packages:
- openjdk-17-jdk-headless
- maven
tasks:
- build: |
cd thorp
mvn -B install