gradle
8.2-rc-2
Java API
gradle
/
org.gradle.api.tasks.testing.junitplatform
/
JUnitPlatformOptions
/
excludeEngines
exclude
Engines
Java API
open
fun
excludeEngines
(
excludeEngines
:
Array
<
String
>
)
:
JUnitPlatformOptions
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
>