add buildspec.yml file

This commit is contained in:
unknown 2023-08-14 16:45:04 -04:00
parent afd08a8f30
commit 32f65d59e2

View file

@ -2,7 +2,7 @@
version: 0.2 version: 0.2
phases: phases:
install: install:
runtimeversion: java:openjdk runtimeversion: java:corretto17
pre_build: pre_build:
commands: commands:
- echo Nothing to do in prebuild - echo Nothing to do in prebuild