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.
2 parents aeb1a01 + db41802 commit 051660bCopy full SHA for 051660b
build.sbt
@@ -5,7 +5,7 @@ lazy val scalaTestVersion = settingKey[String]("The version of ScalaTest to use.
5
val saveTestClasspath = taskKey[File](
6
"Saves test classpath to a file so that it can be used by embedded scalac in tests")
7
8
-lazy val top = (project in file("."))
+lazy val genjavadoc = (project in file("."))
9
.aggregate(`genjavadoc-plugin`)
10
.settings(defaults)
11
.settings(
0 commit comments