We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae0a53 commit db41802Copy full SHA for db41802
build.sbt
@@ -9,7 +9,7 @@ lazy val scalaTestVersion = settingKey[String]("The version of ScalaTest to use.
9
val saveTestClasspath = taskKey[File](
10
"Saves test classpath to a file so that it can be used by embedded scalac in tests")
11
12
-lazy val top = (project in file("."))
+lazy val genjavadoc = (project in file("."))
13
.aggregate(`genjavadoc-plugin`)
14
.settings(defaults)
15
.settings(
0 commit comments