dkandalov / limited-wip

IntelliJ plugin to limit your work-in-progress
https://plugins.jetbrains.com/plugin/7655
111 stars 7 forks source link

Two commit dialogs open when tests run with Gradle run configuration #42

Open AndrzejProchyra opened 3 years ago

AndrzejProchyra commented 3 years ago

In a Gradle project, when tests are run with the Gradle run configuration (this is set up by default by IntelliJ when e.g. doing control-shift-R on a module) two identical "Commit Changes" dialogs open on a passed test, one on top of the other. If a JUnit run configuration is set up manually (and this is the default in a Maven project), the commit dialog appears once, as expected.