getArguments

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

The build arguments.

Effectively, the command line arguments to Gradle. This includes all tasks, flags, properties etc.

The returned list is immutable.

Return

the build arguments