Now that I am using gradle for all my new developments, I am having problems with BuildShip functions that I really don't need.
For example, when I click the Run button, when I have a unit test open in Eclipse, I want it to run only as a JUnit test, . But gradle inserted its own hooks and parameter, which means an extra click or keystroke behind the single-line hotkey that I assigned to run, that I can say that I want JUnit. (The gradle test actually runs all the tests, which takes several minutes.).
Question : Is there a way to remove this hook in gradle without diving into the source code and spontaneous work?
This is not the only intervention (intervention in launching the latter is another), but it is my # 1 annoyance about BuildShip.

Essentially, I want this popup to not stop.
java eclipse junit gradle buildship
Alice young
source share