getExcludes

abstract fun getExcludes(): List<String>(source)

Returns the exclude patterns for this source directory.

Return

The list of patterns to exclude. Does not return null.

Since

3.0

Throws

For Gradle versions older than 3.0, where this method is not supported.