how can i force idea that it doesn't run the tests...
# intellij
b
how can i force idea that it doesn't run the tests with gradle? everytime i do a right click on a file and say run tests it starts gradle, but i want it to run with junit runner
s
Its in the Settings
b
found it! i was searching for test but you have to search for gradle 🙂
s
Build and run using
and
Run tests using
settings at "File | Settings | Build, Execution, Deployment | Build Tools | Gradle"
👍 1