Add buildspec.yml
This commit is contained in:
parent
0b4878f960
commit
35abc6b804
1 changed files with 13 additions and 0 deletions
13
buildspec.yml
Normal file
13
buildspec.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
version: 0.2
|
||||||
|
|
||||||
|
phases:
|
||||||
|
install:
|
||||||
|
runtime-versions:
|
||||||
|
java: openjdk8
|
||||||
|
build:
|
||||||
|
commands:
|
||||||
|
- echo Build started on `date`
|
||||||
|
- ./gradlew clean build install
|
||||||
|
artifacts:
|
||||||
|
files:
|
||||||
|
- target/*.jar
|
||||||
Loading…
Add table
Add a link
Reference in a new issue