From 6b5aaab1b08442be965e55f27e949d2f402e7b76 Mon Sep 17 00:00:00 2001 From: jushkem <20001595+jushkem@users.noreply.github.com> Date: Mon, 2 Mar 2020 09:13:11 -0800 Subject: [PATCH] Adding buildspec. --- buildspec.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 buildspec.yml 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: '**/*'