.gitlab-ci.yml 69 Bytes
Newer Older
Matthias Betz's avatar
Matthias Betz committed
1
build:
Matthias Betz's avatar
Matthias Betz committed
2
    script:
Matthias Betz's avatar
Matthias Betz committed
3
        - "export JAVA_HOME=/usr/; mvn package -B"