shippable.yml: added
This commit is contained in:
parent
cb1ed7c63b
commit
02087630c9
1 changed files with 8 additions and 0 deletions
8
shippable.yml
Normal file
8
shippable.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
language: java
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
cache:
|
||||
directories:
|
||||
- "$HOME/.m2"
|
||||
install: true
|
||||
script: "./mvnw clean install"
|
Loading…
Reference in a new issue