Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LC_ALL (0.66 sec)

  1. .teamcity/src/main/kotlin/common/CommonExtensions.kt

                // Use fewer parallel forks only on Intel macOS builds, since they are not very powerful.
                param("maxParallelForks", "2")
            }
            if (os == Os.LINUX || os == Os.MACOS) {
                param("env.LC_ALL", "en_US.UTF-8")
            }
        }
    }
    
    fun BuildSteps.checkCleanM2AndAndroidUserHome(
        os: Os = Os.LINUX,
        buildType: BuildType? = null,
    ) {
        script {
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Sep 10 01:37:13 UTC 2025
    - 15K bytes
    - Viewed (0)
Back to top