add buildspec.yml file

This commit is contained in:
unknown 2023-08-14 18:08:29 -04:00
parent ff850a8c77
commit 57e8faa1ee

View file

@ -5,7 +5,7 @@ phases:
runtimeversion: java:openjdk8
pre_build:
commands:
- echo Nothing to do in prebuild
- echo Nothing to do in prebuil
build:
commands:
- echo Build Started on `date`