image: ubuntu/lts packages: - openjdk-11-jre-headless - maven sources: - https://git.sr.ht/~crg/lingo artifacts: - lingo/server/target/lingo-server.jar tasks: - build: | cd lingo mvn clean install