Skip to content

Commit a070c30

Browse files
committed
build: update for current gradle
1 parent b874294 commit a070c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: boot/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ tasks.test {
9393

9494
//todo: should have way to distinguish tests that just need platform and tests that attach to self
9595
val isIntegrationProfile = System.getProperty("test.profile") == "integration"
96-
val runningSpecificTests = gradle.startParameter.taskNames.contains("--tests")
96+
val runningSpecificTests = gradle.startParameter.taskRequests.isNotEmpty()
9797

9898
//exclude attaching probe to self unless requested
9999
if (isIntegrationProfile || runningSpecificTests) {

0 commit comments

Comments
 (0)