Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dependantComponents (0.06 sec)

  1. build-logic-settings/configuration-cache-compatibility/src/main/kotlin/gradlebuild.configuration-cache-compatibility.settings.gradle.kts

                "publishPluginsToTestRepository",
            ) -> false
    
            // Core tasks
            task.name in listOf(
                "components",
                "dependantComponents",
                "model",
            ) -> true
    
            task.name.startsWithAnyOf(
                "publish",
                "idea",
            ) -> true
    
            task is GradleBuild -> true
    
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Wed Jan 15 16:07:38 UTC 2025
    - 4.1K bytes
    - Viewed (0)
Back to top