Skip to content

Commit

Permalink
Change the name to BuildInfoKey.outOfGraphUnsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Feb 14, 2018
1 parent c83a2d3 commit ee6d700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/sbtbuildinfo/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package object sbtbuildinfo {
def of(x: Any): BuildInfoKey = macro BuildInfoKeyMacros.ofImpl
def ofN(xs: Any*): Seq[BuildInfoKey] = macro BuildInfoKeyMacros.ofNImpl

def outOfGraphTaskExecution[A](key: TaskKey[A]): Entry[A] = Task(key)
def outOfGraphUnsafe[A](key: TaskKey[A]): Entry[A] = Task(key)

private[sbtbuildinfo] final case class Setting[A](scoped: SettingKey[A]) extends Entry[A] {
def manifest = scoped.key.manifest
Expand Down

0 comments on commit ee6d700

Please sign in to comment.