Skip to content

Commit 707e0cd

Browse files
committed
Revert "Temporarily turn on debug logging for Maven build"
This reverts commit 9b5786c.
1 parent f02f27b commit 707e0cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
distribution: 'temurin'
2929
cache: maven
3030
- name: Build with Maven
31-
run: ./mvnw -B clean verify --file pom.xml -X
31+
run: ./mvnw -B clean verify --file pom.xml
3232
- name: Publish Test Report
3333
uses: mikepenz/action-junit-report@v5
3434
if: success() || failure() # always run even if the previous step fails

0 commit comments

Comments
 (0)