nix: add --console=plain to gradle call
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
7a80eca73c
commit
f904d7b543
|
@ -1,4 +1,4 @@
|
||||||
library 'status-react-jenkins@v1.2.1'
|
library 'status-react-jenkins@v1.2.2'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent { label 'linux' }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-react-jenkins@v1.2.1'
|
library 'status-react-jenkins@v1.2.2'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent { label 'linux' }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-react-jenkins@v1.2.1'
|
library 'status-react-jenkins@v1.2.2'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'macos-xcode-11.5' }
|
agent { label 'macos-xcode-11.5' }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-react-jenkins@v1.2.1'
|
library 'status-react-jenkins@v1.2.2'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label params.AGENT_LABEL }
|
agent { label params.AGENT_LABEL }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-react-jenkins@v1.2.1'
|
library 'status-react-jenkins@v1.2.2'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'macos' }
|
agent { label 'macos' }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-react-jenkins@v1.2.1'
|
library 'status-react-jenkins@v1.2.2'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent { label 'linux' }
|
||||||
|
|
|
@ -143,6 +143,7 @@ in stdenv.mkDerivation rec {
|
||||||
pushd ./android
|
pushd ./android
|
||||||
${adhocEnvVars} ${pkgs.gradle}/bin/gradle \
|
${adhocEnvVars} ${pkgs.gradle}/bin/gradle \
|
||||||
${toString gradleOpts} \
|
${toString gradleOpts} \
|
||||||
|
--console=plain \
|
||||||
--offline --stacktrace \
|
--offline --stacktrace \
|
||||||
-Dorg.gradle.daemon=false \
|
-Dorg.gradle.daemon=false \
|
||||||
-Dmaven.repo.local='${deps.gradle}' \
|
-Dmaven.repo.local='${deps.gradle}' \
|
||||||
|
|
Loading…
Reference in New Issue