Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for startsWithAnyOf (0.15 sec)

  1. build-logic/root-build/src/main/kotlin/gradlebuild.internal.cc-experiment.gradle.kts

            ) -> false
    
            // Core tasks
            task.name in listOf(
                "components",
                "dependantComponents",
                "model",
            ) -> true
            task.name.startsWithAnyOf(
                "publish",
                "idea",
            ) -> true
            task is GradleBuild -> true
    
            // gradle/gradle build tasks
            task.name in listOf(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 17:29:09 UTC 2024
    - 4K bytes
    - Viewed (0)
Back to top