.gitlab-ci.yml 102 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/lib/jvm/java-1.8.0-openjdk-amd64/; mvn package -B"