nix: add --console=plain to gradle call

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-08-06 14:23:18 +02:00
parent 7a80eca73c
commit f904d7b543
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
7 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.1'
library 'status-react-jenkins@v1.2.2'
pipeline {
agent { label 'linux' }

View File

@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.1'
library 'status-react-jenkins@v1.2.2'
pipeline {
agent { label 'linux' }

View File

@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.1'
library 'status-react-jenkins@v1.2.2'
pipeline {
agent { label 'macos-xcode-11.5' }

View File

@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.1'
library 'status-react-jenkins@v1.2.2'
pipeline {
agent { label params.AGENT_LABEL }

View File

@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.1'
library 'status-react-jenkins@v1.2.2'
pipeline {
agent { label 'macos' }

View File

@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.1'
library 'status-react-jenkins@v1.2.2'
pipeline {
agent { label 'linux' }

View File

@ -143,6 +143,7 @@ in stdenv.mkDerivation rec {
pushd ./android
${adhocEnvVars} ${pkgs.gradle}/bin/gradle \
${toString gradleOpts} \
--console=plain \
--offline --stacktrace \
-Dorg.gradle.daemon=false \
-Dmaven.repo.local='${deps.gradle}' \