getGroup

abstract fun getGroup(): Any(source)

Returns the group of this project. Gradle always uses the toString() value of the group. The group defaults to the path with dots as separators.

Return

The group of this project. Never returns null.