Skip to content

Commit

Permalink
Disabled maven debug option.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylussaud committed Sep 22, 2022
1 parent 52d39df commit 96ced91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
MAVEN_OPTS: ${{ matrix.mavenOpt }}
uses: GabrielBB/[email protected]
with:
run: mvn clean verify -X -fae -P${{ matrix.profile }} "-Dtycho=${{ matrix.tycho }}" -Dmaven.wagon.provider.http=httpclient -Dmaven.artifact.threads=12 -Dhttp.tcp.nodelay=false
run: mvn clean verify -fae -P${{ matrix.profile }} "-Dtycho=${{ matrix.tycho }}" -Dmaven.wagon.provider.http=httpclient -Dmaven.artifact.threads=12 -Dhttp.tcp.nodelay=false

- name: Prepare deploy local directory
id: prepare_deploy
Expand Down

0 comments on commit 96ced91

Please sign in to comment.