toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.tasks.testing.junitplatform
/
JUnitPlatformOptions
/
excludeTags
exclude
Tags
API
open
fun
excludeTags
(
excludeTags
:
Array
<
String
>
)
:
JUnitPlatformOptions
(
source
)
The set of tags to exclude.
See also
<a
href="https://junit.
org/junit5/docs/current/user-guide/#writing-tests-tagging-and-filtering">Tagging
and
Filtering</a>
@get:
Input
open
var
excludeTags
:
Set
<
String
>
(
source
)