add buildspec.yml file

This commit is contained in:
unknown 2023-08-15 11:28:27 -04:00
parent 263d3a1e4c
commit 9bee32a645

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`