diff --git a/buildspec.yml b/buildspec.yml new file mode 100644 index 00000000..1ad27191 --- /dev/null +++ b/buildspec.yml @@ -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: '**/*'