Open
Description
Description
I have a multi subprojects Gradle Java project. I'm using custom Gradle test tasks to execute only particular test suites. Currently, I'm not able to run these tests using VS Code with Oracle Java platform extension, because the command always looks like this:
../../gradlew --configure-on-demand -x check cleanTest test --tests
I see two solutions: