.gitlab-ci.yml 82 Bytes
Newer Older
Matthias Betz's avatar
Matthias Betz committed
1
image: maven:3.6.3-amazoncorretto-8
Matthias Betz's avatar
Matthias Betz committed
2
3
4
5
6


build:
    script:
        - mvn package -B