Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for t13 (0.02 sec)

  1. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/TaskContainerDslIntegrationTest.kt

                    description += "!"
                    destinationDir = file("out")
                }
    
                val t12: TaskProvider<Task> = tasks.named("bat")
                val t13: TaskProvider<Copy> = tasks.named("bat", Copy::class)
                val t14: TaskProvider<Copy> = tasks.named<Copy>("bat")
    
                val t15: TaskProvider<Task> = tasks.named("pipistrelle") {
                    description += "A"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Sep 30 16:17:27 UTC 2023
    - 15K bytes
    - Viewed (0)
Back to top