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