mirror of https://github.com/sbt/sbt.git
Clean-up
This commit is contained in:
parent
07ad16da71
commit
50277d91f3
|
|
@ -34,10 +34,8 @@ object ShadingPlugin extends AutoPlugin {
|
|||
transitive = true
|
||||
)
|
||||
|
||||
// make that a setting?
|
||||
val shadingNamespace = SettingKey[String]("shading-namespace")
|
||||
|
||||
// make that a setting?
|
||||
val shadeNamespaces = SettingKey[Set[String]]("shade-namespaces")
|
||||
|
||||
val toShadeJars = TaskKey[Seq[File]]("to-shade-jars")
|
||||
|
|
|
|||
Loading…
Reference in New Issue