Skip to content

Commit

Permalink
Don't aggregate play-microbenchmark (#7730)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmethvin committed Aug 15, 2017
1 parent 9228109 commit cb4aabc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/build.sbt
Expand Up @@ -249,7 +249,8 @@ lazy val PlayIntegrationTestProject = PlayCrossBuiltProject("Play-Integration-Te
.dependsOn(PlayAkkaHttpServerProject)
.dependsOn(PlayNettyServerProject)

// This project is just for microbenchmarking Play, not really a public artifact
// This project is just for microbenchmarking Play. Not published.
// NOTE: this project depends on JMH, which is GPLv2.
lazy val PlayMicrobenchmarkProject = PlayCrossBuiltProject("Play-Microbenchmark", "play-microbenchmark")
.enablePlugins(JmhPlugin)
.settings(
Expand Down Expand Up @@ -331,7 +332,6 @@ lazy val publishedProjects = Seq[ProjectReference](
PlayDocsProject,
PlayFiltersHelpersProject,
PlayIntegrationTestProject,
PlayMicrobenchmarkProject,
PlayDocsSbtPlugin,
StreamsProject
)
Expand Down

0 comments on commit cb4aabc

Please sign in to comment.