Fix typo in allOutputFiles description

This commit is contained in:
Ethan Atkins 2019-07-20 15:58:59 -07:00
parent a7715e90a4
commit 9cd88070ae
1 changed files with 1 additions and 1 deletions

View File

@ -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](