.gitlab-ci.yml 70 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
        - "JAVA_HOME=/usr/bin/java; mvn package -B"