Skip to content

Commit 3bfa905

Browse files
committed
Exclude Jupiter engine from archUnit task
1 parent 0f585b2 commit 3bfa905

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform-tooling-support-tests/platform-tooling-support-tests.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ val archUnit by testing.suites.registering(JvmTestSuite::class) {
132132
useJUnitPlatform()
133133
(options as JUnitPlatformOptions).apply {
134134
includeEngines("archunit")
135+
excludeEngines("junit-jupiter")
135136
}
136137
develocity {
137138
testRetry.maxRetries = 0

0 commit comments

Comments
 (0)