mirror of https://github.com/sbt/sbt.git
cleanup
This commit is contained in:
parent
13bcdf497e
commit
dd51dbb999
|
|
@ -59,7 +59,7 @@ object GlobalPlugin
|
|||
}
|
||||
}
|
||||
val globalPluginSettings = inScope(Scope.GlobalScope in LocalRootProject)(Seq(
|
||||
organization := "org.scala-sbt",
|
||||
organization := SbtArtifacts.Organization,
|
||||
onLoadMessage <<= Keys.baseDirectory("Loading global plugins from " + _),
|
||||
name := "global-plugin",
|
||||
sbtPlugin := true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue