Different execution for a task (test) when using IDE vs command line
I need to use Kotlin Gradle tests from command line and I've run into some issues.
when I run task via IDE (intelliJ) and pick a task like test everything works, when I change source code, this is reflected in output of the test run
Task :checkKotlinGradlePluginConfigurationErrors
Task :compileKotlin UP-TO-DATE
Task :compileJava NO-SOURCE
Task :processResources NO-SOURCE
Task :classes UP-TO-DATE
Task :processTestResources NO-SOURCE
Task :compileTestKotlin
Task...