getMajorVersion

abstract fun getMajorVersion(): Int(source)

Returns the major version of this Gradle version.

For example, if the version is "9.3-rc-1", the major version is 9.

Return

The major version.

Since

9.0.0