We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae0736 commit 45b204aCopy full SHA for 45b204a
build.gradle.kts
@@ -147,7 +147,7 @@ tasks.getByName<Test>("test") {
147
useJUnitPlatform()
148
149
val isIntegrationProfile = System.getProperty("test.profile") == "integration"
150
- val runningSpecificTests = gradle.startParameter.taskNames.contains("--tests")
+ val runningSpecificTests = gradle.startParameter.taskRequests.isNotEmpty()
151
152
//exclude integration tests unless requested
153
if (!isIntegrationProfile && !runningSpecificTests) {
0 commit comments