add buildspec.yml file

This commit is contained in:
unknown 2023-08-15 12:09:52 -04:00
parent 4755cfaa9a
commit 9175223950

View file

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