From 7aeed3ac8d04a79d72bc0eb6ddc1aa854d9adaea Mon Sep 17 00:00:00 2001 From: Richard Eckart de Castilho Date: Fri, 5 Jan 2024 16:20:38 +0100 Subject: [PATCH] Update maven.yml --- .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 7b780df9fc3..fbac654804f 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 --no-transfer-progress -B clean package -T2 --file pom.xml + run: mvn --no-transfer-progress -B clean package --file pom.xml # Fails with error message - no idea why... # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive