mirror of https://github.com/sbt/sbt.git
Port project/binary-plugin
This commit is contained in:
parent
c635049f22
commit
a2011fda6c
|
|
@ -22,7 +22,3 @@ object A extends AutoPlugin {
|
|||
check := {}
|
||||
)
|
||||
}
|
||||
|
||||
object B extends Build {
|
||||
lazy val extra = project.enablePlugins(bN)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue