Merge branch 'master' of https://gitlab.com/univentoEU/Commons
This commit is contained in:
commit
f3f0a116b9
|
@ -0,0 +1,8 @@
|
|||
image: maven:3-jdk-8
|
||||
|
||||
build:
|
||||
script: "mvn clean package"
|
||||
artifacts:
|
||||
name: "Commons"
|
||||
paths:
|
||||
- "target/*.jar"
|
Loading…
Reference in New Issue