.gitlab-ci.yml 106 Bytes
Newer Older
1
2
3
4
variables:
  JAVA_HOME: "/usr/lib/jvm/java-8-openjdk-amd64/"


Matthias Betz's avatar
Matthias Betz committed
5
build:
Matthias Betz's avatar
Matthias Betz committed
6
    script:
7
        - mvn package -B