From e5d0e48b4f7e7f2d2012b351da0d6036a97268b5 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 14 Aug 2023 16:14:03 -0400 Subject: [PATCH] add buildspec.yml file --- buildspec.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildspec.yml b/buildspec.yml index cab543289..f74176222 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -1,9 +1,8 @@ +--- version: 0.2 - phases: install: - runtimeversion: - java:openjdk8 + runtimeversion: java:openjdk8 prebuild: commands: - echo Nothing to do in prebuild @@ -17,3 +16,4 @@ phases: artifacts: files: - target/spring-petckinic-2.2.0.BUILD-SNAPSHOT.jar +... \ No newline at end of file