Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mobile (0.19 sec)

  1. build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/tasks/DistributionTest.kt

        @get:PathSensitive(PathSensitivity.RELATIVE)
        val metadatas: FileCollection
            get() = localRepo.asFileTree.matching {
                include("**/*.pom")
                include("**/*.xml")
                include("**/*.module")
            }
    
        override fun asArguments() =
            if (!localRepo.isEmpty) mapOf("integTest.localRepository" to localRepo.singleFile).asSystemPropertyJvmArguments()
            else emptyList()
    
        @Internal
    Plain Text
    - Registered: Wed Mar 27 11:36:08 GMT 2024
    - Last Modified: Fri Jul 01 22:53:59 GMT 2022
    - 8K bytes
    - Viewed (0)
Back to top