add buildspec.yml file

This commit is contained in:
unknown 2023-08-18 12:31:05 -04:00
parent e0481de765
commit d92f3f3090

View file

@ -3,7 +3,7 @@ version: 0.2
phases:
install:
runtime-versions:
java: openjdk8
java: corretto11
pre_build:
commands:
- echo Nothing to do in prebuild