Adding buildspec.
This commit is contained in:
parent
d7c4d73ef5
commit
6b5aaab1b0
1 changed files with 12 additions and 0 deletions
12
buildspec.yml
Normal file
12
buildspec.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
version: 0.2
|
||||||
|
|
||||||
|
phases:
|
||||||
|
install:
|
||||||
|
runtime-versions:
|
||||||
|
java: corretto8
|
||||||
|
build:
|
||||||
|
commands:
|
||||||
|
- mvn clean install
|
||||||
|
artifacts:
|
||||||
|
base-directory: 'amazon-kinesis-client'
|
||||||
|
files: '**/*'
|
||||||
Loading…
Reference in a new issue