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 {
|
||||
agent { label 'linux' }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-react-jenkins@v1.2.1'
|
||||
library 'status-react-jenkins@v1.2.2'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
|
|
|
@ -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' }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-react-jenkins@v1.2.1'
|
||||
library 'status-react-jenkins@v1.2.2'
|
||||
|
||||
pipeline {
|
||||
agent { label params.AGENT_LABEL }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-react-jenkins@v1.2.1'
|
||||
library 'status-react-jenkins@v1.2.2'
|
||||
|
||||
pipeline {
|
||||
agent { label 'macos' }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-react-jenkins@v1.2.1'
|
||||
library 'status-react-jenkins@v1.2.2'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
|
|
|
@ -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}' \
|
||||
|
|
Loading…
Reference in New Issue