.gitlab-ci.yml 83 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:
7
        - mvn package -B