From 972a8b6f49a0c9703c28f1a84b8083a014adf91b Mon Sep 17 00:00:00 2001 From: Yurii Dubinka Date: Sun, 14 Apr 2019 13:09:18 +0530 Subject: [PATCH] #1: Disable mvn debug mode --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b6a81d5..2459e8b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: - run: name: Build java sources (including integration tests) command: | - mvn -X -P qulice,integration-tests clean install -DLL.yandex.user=${EMAIL_USER} -DLL.yandex.pass=${EMAIL_PASS} -DLL.yandex.to.user=${EMAIL_TO} + mvn -P qulice,integration-tests clean install -DLL.yandex.user=${EMAIL_USER} -DLL.yandex.pass=${EMAIL_PASS} -DLL.yandex.to.user=${EMAIL_TO} mvn -Psonar sonar:sonar -Dsonar.organization=dgroup-github -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=${SONAR_LOGIN} bash <(curl -s https://codecov.io/bash)