getEnvironment

@Nullable
abstract fun getEnvironment(): Map<String, String>(source)

Environment variables for the build. null is valid and indicates the build will use the system environment.

Return

environment variables

Since

5.2