dmitry-zhuravlev / hotswap-agent-intellij-plugin

This plugin intends to simplify the usage of http://hotswapagent.org. Agent provides real hotswap functionality together with https://dcevm.github.io which extends JVM class redefinition functionality.
Apache License 2.0
311 stars 34 forks source link

It doesn't reload classes when "Delegate IDE build/run actions to gradle" option is turned on in IntelliJ #27

Open taimuri opened 5 years ago

taimuri commented 5 years ago

It doesn't reload classes when "Delegate IDE build/run actions to gradle" option is turned on in IntelliJ

markiewb commented 5 years ago

As a workaround you could configure DCEVM and the Hotswap-Agent yourself in the gradle-configuration http://hotswapagent.org/mydoc_quickstart.html

I guess there must be a configuration to set JVM arguments like those even in such a plain gradle build.