Skip to content

Commit

Permalink
build: update for current gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
BFergerson committed Sep 30, 2023
1 parent b874294 commit a070c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ tasks.test {

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

//exclude attaching probe to self unless requested
if (isIntegrationProfile || runningSpecificTests) {
Expand Down

0 comments on commit a070c30

Please sign in to comment.