From 43283e36a4c9b4c8a11853fdce382555e265b280 Mon Sep 17 00:00:00 2001 From: Benoit Lacelle Date: Wed, 11 Sep 2024 11:34:34 +0400 Subject: [PATCH] Fix batchMode in Github actions --- .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 8f1d685..46ee15c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,7 +27,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn --batch package --file pom.xml + run: mvn package --file pom.xml --batch-mode # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph