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 have 2 main classes in my project. Just specifying any of these:
mainClass := Some("project.App")
mainClass in run := Some("project.App")
mainClass in compile := Some("project.App")
will bring up the "Multiple main classes detected, select one to run" dialog in sbt (0.13.0). Using the oneJar scope works. If working as intended, the documentation should be updated.
The text was updated successfully, but these errors were encountered:
I have 2 main classes in my project. Just specifying any of these:
mainClass := Some("project.App")
mainClass in run := Some("project.App")
mainClass in compile := Some("project.App")
will bring up the "Multiple main classes detected, select one to run" dialog in sbt (0.13.0). Using the oneJar scope works. If working as intended, the documentation should be updated.
The text was updated successfully, but these errors were encountered: