gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.tasks.testing.junitplatform
/
JUnitPlatformOptions
/
excludeEngines
exclude
Engines
API
open
fun
excludeEngines
(
excludeEngines
:
Array
<
String
>
)
:
JUnitPlatformOptions
(
source
)
The set of engines to exclude.
See also
<a
href="https://junit.
org/junit5/docs/current/user-guide/#launcher-api-engines-custom">Test
Engine</a>
@get:
Input
open
var
excludeEngines
:
Set
<
String
>
(
source
)