Skip to content

Commit 051660b

Browse files
authored
Merge pull request #116 from typesafehub/toplevel
Name the toplevel 'genjavadoc'
2 parents aeb1a01 + db41802 commit 051660b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lazy val scalaTestVersion = settingKey[String]("The version of ScalaTest to use.
55
val saveTestClasspath = taskKey[File](
66
"Saves test classpath to a file so that it can be used by embedded scalac in tests")
77

8-
lazy val top = (project in file("."))
8+
lazy val genjavadoc = (project in file("."))
99
.aggregate(`genjavadoc-plugin`)
1010
.settings(defaults)
1111
.settings(

0 commit comments

Comments
 (0)