You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use two separate project definitions n scala-streams (build file), and after switching to each project separately, invoking run produces the No main class detected. error.
The text was updated successfully, but these errors were encountered:
If I use the code below it works. If I pass settings it doesn't.
lazy val root = project.in(file("."))
.enablePlugins(JmhPlugin)
//.settings(defaultSettings : _*)
biboudis
changed the title
Enabling the plugin in multi-project sbt file
Enabling the plugin in project definitions with settings makes run raise exception
Jun 4, 2015
I tried to use two separate project definitions n scala-streams (build file), and after switching to each project separately, invoking
run
produces theNo main class detected.
error.The text was updated successfully, but these errors were encountered: