From 991b758bbef91e2d269a83cf96dc68cfb0e992b2 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 18 Aug 2023 19:32:50 -0400 Subject: [PATCH] add buildspec.yml file --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index 91dd89701..687ed8018 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -3,7 +3,7 @@ version: 0.2 phases: install: runtime-versions: - java: corretto17 + java: latest pre_build: commands: - AWS_ACC=$(echo $CODEBUILD_BUILD_ARN | cut -d':' -f5)