Skip to content

Commit db41802

Browse files
committed
Name the toplevel 'genjavadoc'
Since this is what e.g. IntelliJ and some SBT shells use to determine the root project name
1 parent 0ae0a53 commit db41802

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
@@ -9,7 +9,7 @@ lazy val scalaTestVersion = settingKey[String]("The version of ScalaTest to use.
99
val saveTestClasspath = taskKey[File](
1010
"Saves test classpath to a file so that it can be used by embedded scalac in tests")
1111

12-
lazy val top = (project in file("."))
12+
lazy val genjavadoc = (project in file("."))
1313
.aggregate(`genjavadoc-plugin`)
1414
.settings(defaults)
1515
.settings(

0 commit comments

Comments
 (0)