+ added build script
This commit is contained in:
parent
1badee9881
commit
d7181e436c
|
@ -0,0 +1,5 @@
|
||||||
|
image: maven:3-jdk-8
|
||||||
|
|
||||||
|
build:
|
||||||
|
script: "mvn clean package"
|
||||||
|
artifacts: name: "Commons" paths: - "target/*.jar"
|
Loading…
Reference in New Issue