Skip to content

Triggered execution of sbt run #39

@hariharansrc

Description

@hariharansrc

Is your feature request related to a problem? Please describe.
Currently sbt process and application process are same.
When application is exited sbt will be killed.
Run sbt separately such that we don't need to wait for sbt load for every run.

Describe the solution you'd like
Fork the application process for every run. It is available in sbt.version=1.1.1, but there is command line issue when exiting the application. In sbt.version=1.2.7 it is working well.

Describe alternatives you've considered
There is plugin named https://github.com/spray/sbt-revolver. Need to evaluate whether it adds any thing extra.

Additional context
NA

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions