Skip to content

Commit

Permalink
Merge pull request #128 from alfasoftware/remove-maven-debug-logging
Browse files Browse the repository at this point in the history
Remove debug from maven build
  • Loading branch information
RadikalJin authored Nov 24, 2024
2 parents 27035fc + bb55019 commit 094593f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
script:
- echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import
- echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust
- mvn clean deploy --settings .maven-settings.xml -B -U -Prelease -X
- mvn clean deploy --settings .maven-settings.xml -B -U -Prelease

0 comments on commit 094593f

Please sign in to comment.