Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isContinue (0.1 sec)

  1. .teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt

                        os,
                        arch,
                        "%testJavaVersion%",
                        "%testJavaVendor%",
                    ) + buildToolGradleParameters(isContinue = false)
                    ).joinToString(separator = " ")
            }
            removeSubstDirOnWindows(os)
            checkCleanM2AndAndroidUserHome(os)
        }
    })
    
    private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/common/extensions.kt

        if (buildType !is CompileAll) {
            conditions {
                doesNotEqual("skip.build", "true")
            }
        }
    }
    
    fun buildToolGradleParameters(daemon: Boolean = true, isContinue: Boolean = true, maxParallelForks: String = "%maxParallelForks%"): List<String> =
        listOf(
            // We pass the 'maxParallelForks' setting as 'workers.max' to limit the maximum number of executers even
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top