add buildspec.yml file

This commit is contained in:
unknown 2023-08-14 16:16:03 -04:00
parent e5d0e48b4f
commit c317339c5e

View file

@ -3,7 +3,7 @@ version: 0.2
phases:
install:
runtimeversion: java:openjdk8
prebuild:
pre_build:
commands:
- echo Nothing to do in prebuild
build: