quiesce logging of artifact resolution from Ivy
This commit is contained in:
parent
0470f5f9fd
commit
62499b5901
1 changed files with 2 additions and 0 deletions
|
|
@ -315,6 +315,8 @@ object AkkaBuild extends Build {
|
|||
if (true || (System getProperty "java.runtime.version" startsWith "1.7")) Seq() else Seq("-optimize")), // -optimize fails with jdk7
|
||||
javacOptions ++= Seq("-Xlint:unchecked", "-Xlint:deprecation"),
|
||||
|
||||
ivyLoggingLevel in ThisBuild := UpdateLogging.Quiet,
|
||||
|
||||
parallelExecution in Test := System.getProperty("akka.parallelExecution", "false").toBoolean,
|
||||
|
||||
// for excluding tests by name (or use system property: -Dakka.test.names.exclude=TimingSpec)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue