.gitlab-ci.yml 109 Bytes
Newer Older
1
variables:
Wolfgang Knopki's avatar
Wolfgang Knopki committed
2
  JAVA_HOME: "/opt/jdk-12"
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