mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 14:17:13 +02:00
Fix typo in allOutputFiles description
This commit is contained in:
@@ -39,7 +39,7 @@ object Keys {
|
|||||||
|
|
||||||
val fileOutputs = settingKey[Seq[Glob]]("Describes the output files of a task.")
|
val fileOutputs = settingKey[Seq[Glob]]("Describes the output files of a task.")
|
||||||
val allOutputFiles =
|
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 =
|
val changedOutputFiles =
|
||||||
taskKey[Option[ChangedFiles]]("The files that have changed since the last task run.")
|
taskKey[Option[ChangedFiles]]("The files that have changed since the last task run.")
|
||||||
val outputFileStamper = settingKey[FileStamper](
|
val outputFileStamper = settingKey[FileStamper](
|
||||||
|
|||||||
Reference in New Issue
Block a user