mirror of https://github.com/sbt/sbt.git
Fix binary-plugin
This commit is contained in:
parent
6e44d9df2a
commit
c88a341021
|
|
@ -1,3 +1,6 @@
|
|||
sbtPlugin := true
|
||||
|
||||
name := "demo-plugin"
|
||||
|
||||
// TODO fix doc task
|
||||
Compile / doc / sources := Seq.empty
|
||||
|
|
|
|||
Loading…
Reference in New Issue