4

Currently my setup consists of vim and a separate terminal window running Gradle tasks.

I want to know if its possible to trigger a reload / recompile changes classes actions for a Gradle daemon so that DCEVM can detect them and reload them.

Haze
  • 41
  • 1

1 Answers1

0

You can use HotswapAgent and autoHotswap=true, look at http://hotswapagent.org/mydoc_configuration.html.

skybber
  • 409
  • 4
  • 13