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
Hey guys. I have a multi-module project, with a considerable dependency tree. The Play project to which I'm trying to apply this plugin depends on other projects (some Play projects, but most not), which by their turn depend on other projects, etc.
I want to have hot reloading, but ideally, I'd like to have the ability to disable the file watching for other projects, that ultimately triggers the rebuild.
I tried to "play" with the changingClasspath, but that only got me to the point where I could manipulate if the play server process would restart or not, following changes and tasks being re-executed (maybe not 100% how it works, but...).
Is there a feasible way to only have hot-reloading and/or continuous building for a set of projects of my own choosing? Thanks.
The text was updated successfully, but these errors were encountered:
Hey guys. I have a multi-module project, with a considerable dependency tree. The Play project to which I'm trying to apply this plugin depends on other projects (some Play projects, but most not), which by their turn depend on other projects, etc.
I want to have hot reloading, but ideally, I'd like to have the ability to disable the file watching for other projects, that ultimately triggers the rebuild.
I tried to "play" with the changingClasspath, but that only got me to the point where I could manipulate if the play server process would restart or not, following changes and tasks being re-executed (maybe not 100% how it works, but...).
Is there a feasible way to only have hot-reloading and/or continuous building for a set of projects of my own choosing? Thanks.
The text was updated successfully, but these errors were encountered: