Skip to content

Commit

Permalink
Merge pull request #207 from lightbend/root-project
Browse files Browse the repository at this point in the history
Make the plugin the root project
  • Loading branch information
SethTisue authored Nov 4, 2019
2 parents 1bfc9c2 + 752fe7b commit 969fb48
Show file tree
Hide file tree
Showing 97 changed files with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ val scalaMajorVersion = SettingKey[Int]("scalaMajorVersion")
val saveTestClasspath = taskKey[File](
"Saves test classpath to a file so that it can be used by embedded scalac in tests")

lazy val genjavadoc = (project in file("."))
.aggregate(`genjavadoc-plugin`)
.settings(defaults)
.settings(
publishArtifact := false
)

lazy val `genjavadoc-plugin` = (project in file("plugin"))
lazy val root = (project in file("."))
.settings(defaults)
.settings(
name := "genjavadoc-plugin",
scalaMajorVersion := CrossVersion.partialVersion(scalaVersion.value).get._2.toInt,
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
"junit" % "junit" % "4.12" % Test,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 969fb48

Please sign in to comment.