Join Slack
Powered by
This message was deleted.
# community-support
s
Slackbot
04/06/2023, 3:50 PM
This message was deleted.
d
Dmitriy Voronin
04/06/2023, 3:51 PM
I've found
https://github.com/gradle/gradle/blob/3aa8e82bc5dfff2b09748c7834240741dfb7558a/subprojects/testing-jvm/src/main/java/org/gradle/api/internal/tasks/testing/detection/DefaultTestExecuter.java
Which kinda answers my question, it should be single instance of this executor across modules. right?
v
Vampire
04/06/2023, 3:57 PM
It is an option on a task of type
Test
and thus should only affect the task you set it on.
d
Dmitriy Voronin
04/06/2023, 3:59 PM
That makes total sense, thank you!
👌 1
7
Views
Open in Slack
Previous
Next