File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
main/scala/com/lightbend/paradox/unidoc
test/scala/com.lightbend.paradox/unidoc Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,6 @@ scalaVersion := "2.12.4"
2
2
3
3
lazy val root = project
4
4
.in(file(" ." ))
5
- .aggregate(unidocPlugin)
6
-
7
- lazy val unidocPlugin = project
8
- .in(file(" plugin" ))
9
5
.settings(
10
6
sbtPlugin := true ,
11
7
organization := " com.lightbend.akka" ,
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ import sbt._
9
9
10
10
object UnidocPlugin extends AutoPlugin {
11
11
12
- override def requires = ParadoxPlugin
12
+ override def requires : Plugins = ParadoxPlugin
13
13
14
- override def trigger = noTrigger
14
+ override def trigger : PluginTrigger = noTrigger
15
15
16
16
override def projectSettings : Seq [Setting [_]] = unidocSettings(Compile )
17
17
File renamed without changes.
You can’t perform that action at this time.
0 commit comments