From bb550199fed8e9cb51f0efe3dc202aec6c66c4c9 Mon Sep 17 00:00:00 2001 From: harrisric <48761651+harrisric@users.noreply.github.com> Date: Sun, 24 Nov 2024 15:15:33 +0000 Subject: [PATCH] Remove debug from maven build No need for the full maven debug logging now that we have diagnosed the issue --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b1968f..b2986fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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