Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Zach (0.12 sec)

  1. build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/BinaryCompatibilityRepositoryLifecycle.kt

    class BinaryCompatibilityRepositorySetupRule(private val params: Map<String, Any>) : SetupRule {
    
        companion object {
            const val REPOSITORY_CONTEXT_KEY = "binaryCompatibilityRepository"
        }
    
        /**
         * Each param is a `Set<String>`.
         */
        object Params {
            const val sourceRoots = "sourceRoots"
            const val sourceCompilationClasspath = "sourceCompilationClasspath"
        }
    
        @Suppress("unchecked_cast")
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 2.2K bytes
    - Viewed (0)
Back to top