From 9522ee90971a1cbb42eade69a16af5d6ee42b4b1 Mon Sep 17 00:00:00 2001 From: aimansharief Date: Thu, 17 Oct 2024 10:43:32 +0530 Subject: [PATCH] Issue #SBCOSS-211 : Update Maven CI workflow to build legacy services --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3828ba882..24d96197e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -48,7 +48,7 @@ jobs: - name: Build run: | if [ "${{ matrix.java-version }}" = "11" ]; then - make build-legacy + make build-legacy-services else make build-main fi