Skip to content

Commit

Permalink
nix: add --console=plain to gradle call
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs committed Aug 6, 2020
1 parent 7a80eca commit f904d7b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.android
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.1'
library 'status-react-jenkins@v1.2.2'

pipeline {
agent { label 'linux' }
Expand Down
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.combined
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.1'
library 'status-react-jenkins@v1.2.2'

pipeline {
agent { label 'linux' }
Expand Down
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.ios
Original file line number Diff line number Diff line change
@@ -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' }
Expand Down
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.nix-cache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.1'
library 'status-react-jenkins@v1.2.2'

pipeline {
agent { label params.AGENT_LABEL }
Expand Down
2 changes: 1 addition & 1 deletion ci/tools/Jenkinsfile.fastlane-clean
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.1'
library 'status-react-jenkins@v1.2.2'

pipeline {
agent { label 'macos' }
Expand Down
2 changes: 1 addition & 1 deletion ci/tools/Jenkinsfile.playstore-meta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.1'
library 'status-react-jenkins@v1.2.2'

pipeline {
agent { label 'linux' }
Expand Down
1 change: 1 addition & 0 deletions nix/mobile/android/release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}' \
Expand Down

0 comments on commit f904d7b

Please sign in to comment.