We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b874294 commit a070c30Copy full SHA for a070c30
boot/build.gradle.kts
@@ -93,7 +93,7 @@ tasks.test {
93
94
//todo: should have way to distinguish tests that just need platform and tests that attach to self
95
val isIntegrationProfile = System.getProperty("test.profile") == "integration"
96
- val runningSpecificTests = gradle.startParameter.taskNames.contains("--tests")
+ val runningSpecificTests = gradle.startParameter.taskRequests.isNotEmpty()
97
98
//exclude attaching probe to self unless requested
99
if (isIntegrationProfile || runningSpecificTests) {
0 commit comments