add buildspec.yml file

This commit is contained in:
unknown 2023-08-14 16:23:29 -04:00
parent c317339c5e
commit 5e5743f845

View file

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