add buildspec.yml file

This commit is contained in:
unknown 2023-08-18 19:32:50 -04:00
parent 1e2801cb02
commit 991b758bbe

View file

@ -3,7 +3,7 @@ version: 0.2
phases:
install:
runtime-versions:
java: corretto17
java: latest
pre_build:
commands:
- AWS_ACC=$(echo $CODEBUILD_BUILD_ARN | cut -d':' -f5)