Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for e9419cad3583427caca97958301ff98fc8e9a1c3 (0.29 sec)

  1. testing/smoke-test/build.gradle.kts

        val santaTracker by registering(RemoteProject::class) {
            remoteUri = santaGitUri
            // Pinned from branch main
            ref = "e9419cad3583427caca97958301ff98fc8e9a1c3"
        }
    
        val gradleBuildCurrent by registering(RemoteProject::class) {
            remoteUri = rootDir.absolutePath
            ref = buildCommitId
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top