add buildspec.yml file

This commit is contained in:
unknown 2023-08-18 12:50:59 -04:00
parent 0989e10bf4
commit 6a5cdbc330

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`