Skip to content

Commit

Permalink
Make Gradle more quiet while parsing settings.gradle from modules (see
Browse files Browse the repository at this point in the history
  • Loading branch information
lptr committed May 2, 2014
1 parent 0eba726 commit a26282f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ class Pride {
// Won't work until http://issues.gradle.org/browse/GRADLE-2687
builder.standardError = new LoggerOutputStream({ log.error("{}", it) })
builder.standardOutput = new LoggerOutputStream({ log.info("{}", it) })
builder.withArguments("-q")
GradleBuild build = builder.get()

// Merge settings
Expand Down

0 comments on commit a26282f

Please sign in to comment.