Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tcBuildType (0.44 sec)

  1. build-logic/profiling/src/main/kotlin/gradlebuild.buildscan.gradle.kts

        id("gradlebuild.cache-miss-monitor")
        id("gradlebuild.module-identity")
    }
    
    val serverUrl = "https://ge.gradle.org"
    val gitCommitName = "gitCommitId"
    val tcBuildTypeName = "tcBuildType"
    
    // We can not use plugin {} because this is registered by a settings plugin.
    // We do 'findByType' to make this script compile in pre-compiled script compilation.
    // TODO to avoid the above, turn this into a settings plugin
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 13:29:44 UTC 2024
    - 7.1K bytes
    - Viewed (0)
Back to top