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: phases:
install: install:
runtimeversion: java:openjdk8 runtimeversion: java:openjdk8
prebuild: pre_build:
commands: commands:
- echo Nothing to do in prebuild - echo Nothing to do in prebuild
build: build: