Merge pull request #5479 from jtjeferreira/patch-1

Fix TaskTimings scaladocs
This commit is contained in:
eugene yokota 2020-03-19 17:06:05 -04:00 committed by GitHub
commit fb38e1933d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,10 +13,10 @@ import sbt.util.{ Level, Logger }
/**
* Measure the time elapsed for running tasks.
* This class is activated by adding -Dsbt.task.timing=true to the JVM options.
* This class is activated by adding -Dsbt.task.timings=true to the JVM options.
* Formatting options:
* - -Dsbt.task.timings.on.shutdown=true|false
* - -Dsbt.task.timings.unit=number
* - -Dsbt.task.timings.unit=ns|us|ms|s
* - -Dsbt.task.timings.threshold=number
* @param reportOnShutdown Should the report be given when exiting the JVM (true) or immediately (false)?
*/