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


build:
    script:
        - mvn package -B