Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PARALLEL (0.03 sec)

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

            param("env.ANDROID_SDK_ROOT", os.androidHome)
            param("env.GRADLE_INTERNAL_REPO_URL", "%gradle.internal.repository.url%")
            if (os == Os.MACOS && arch == Arch.AMD64) {
                // 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")
    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