From cb77ec103d06f7ccb36c655d390af5cb60a409f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Elias=20Ross=20J=C3=BAnior?= Date: Sat, 12 Oct 2024 00:57:27 -0300 Subject: [PATCH] WORKFLOW: code fix --- .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 06b6aa0..f5f8a7f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,7 +28,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn -B package --file pom.xml + run: mvn -B package --file api/pom.xml # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph