From 34d920350fe090e4780595f2380dff0aea0634be Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 18 Aug 2023 17:14:14 -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 5906d07ab..6ad2dbdc2 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -8,7 +8,7 @@ phases: commands: - echo Nothing to do in prebuil - uname -a - - wget --version + - yum install maven -y build: commands: - echo Build started on `date`