mirror of https://github.com/sbt/sbt.git
Fix typo in allOutputFiles description
This commit is contained in:
parent
a7715e90a4
commit
9cd88070ae
|
|
@ -39,7 +39,7 @@ object Keys {
|
|||
|
||||
val fileOutputs = settingKey[Seq[Glob]]("Describes the output files of a task.")
|
||||
val allOutputFiles =
|
||||
taskKey[Seq[Path]]("All of the file output for a task excluding directories and hidden files.")
|
||||
taskKey[Seq[Path]]("All of the file outputs for a task excluding directories and hidden files.")
|
||||
val changedOutputFiles =
|
||||
taskKey[Option[ChangedFiles]]("The files that have changed since the last task run.")
|
||||
val outputFileStamper = settingKey[FileStamper](
|
||||
|
|
|
|||
Loading…
Reference in New Issue