mirror of https://github.com/sbt/sbt.git
Remove unused private[sbt] key
This slipped through by mistake.
This commit is contained in:
parent
9845bd40df
commit
b15b638632
|
|
@ -116,8 +116,6 @@ object Keys {
|
|||
taskKey[Seq[DynamicInput]]("The transitive inputs and triggers for a key").withRank(Invisible)
|
||||
private[sbt] val dynamicFileOutputs =
|
||||
taskKey[Seq[Path]]("The outputs of a task").withRank(Invisible)
|
||||
private[sbt] val autoClean =
|
||||
taskKey[Unit]("Automatically clean up a task returning file or path").withRank(Invisible)
|
||||
|
||||
private[sbt] val inputFileStamps =
|
||||
taskKey[Seq[(Path, FileStamp)]]("Retrieves the hashes for a set of task input files")
|
||||
|
|
|
|||
Loading…
Reference in New Issue