This repository has been archived on 2023-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
better-tp/.gitlab-ci.yml

3 lines
54 B
YAML

image: maven:3-jdk-8
build:
script: "mvn install -B"