Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for selectStringProperties (0.1 seconds)

  1. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/BuildParams.kt

        get() {
            return if (performanceDbPassword.isPresent) {
                selectStringProperties(
                    PERFORMANCE_DB_URL,
                    PERFORMANCE_DB_USERNAME
                ) + (PERFORMANCE_DB_PASSWORD to performanceDbPassword.get())
            } else {
                selectStringProperties(
                    PERFORMANCE_DB_URL,
                    PERFORMANCE_DB_USERNAME,
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Jan 19 05:13:29 GMT 2026
    - 18K bytes
    - Click Count (0)
Back to Top