Add buildspec.yml
This commit is contained in:
parent
48bc5895d4
commit
34738a70f4
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