add buildspec.yml file

This commit is contained in:
unknown 2023-08-15 11:44:00 -04:00
parent 9bee32a645
commit 0a68853809

View file

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