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