Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for t17 (0.05 sec)

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

                }
                val t16: TaskProvider<Copy> = tasks.named("pipistrelle", Copy::class) {
                    description += "B"
                    destinationDir = file("out")
                }
                val t17: TaskProvider<Copy> = tasks.named<Copy>("pipistrelle") {
                    description += "C"
                    destinationDir = file("out")
                }
    
                val t18: TaskProvider<Task> = tasks.register("yate")
    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