.gitlab-ci.yml 135 Bytes
Newer Older
1
variables:
Wolfgang Knopki's avatar
Wolfgang Knopki committed
2
  JAVA_HOME: "/usr/lib/jvm/java-1.8.0-openjdk-amd64"
3
4


Matthias Betz's avatar
Matthias Betz committed
5
build:
Matthias Betz's avatar
Matthias Betz committed
6
    script:
Wolfgang Knopki's avatar
Wolfgang Knopki committed
7
        - echo $JAVA_HOME
8
        - mvn package -B