add buildspec.yml file

This commit is contained in:
unknown 2023-08-18 13:13:24 -04:00
parent 26a71c04b0
commit ff3fa8546f

View file

@ -4,12 +4,10 @@ phases:
install:
runtime-versions:
java: corretto17
commands:
- apt-get update -y
- apt-get install -y maven
pre_build:
commands:
- echo Nothing to do in prebuil
- uname -a
build:
commands:
- echo Build started on `date`