Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for dependantComponents (0.17 seconds)

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

                "publishPlugins",
                "publishPluginsToTestRepository",
            ) -> false
    
            // Core tasks
            task.name in listOf(
                "components",
                "dependantComponents",
                "model",
            ) -> true
    
            task.name.startsWithAnyOf(
                "publish",
                "idea",
            ) -> true
    
            task is GradleBuild -> true
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 26 15:18:40 GMT 2026
    - 3.8K bytes
    - Click Count (0)
  2. .teamcity/performance-tests-ci.json

          "coverage" : {
            "per_commit" : [ "linux" ]
          }
        } ]
      }, {
        "testId" : "org.gradle.performance.regression.nativeplatform.NativeBuildDependentsPerformanceTest.run libA0:dependentComponents",
        "groups" : [ {
          "testProject" : "nativeDependents",
          "coverage" : {
            "per_commit" : [ "linux" ]
          }
        } ]
      }, {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Feb 03 21:56:33 GMT 2026
    - 32.5K bytes
    - Click Count (0)
  3. .teamcity/performance-test-durations.json

      "durations" : [ {
        "testProject" : "nativeDependents",
        "linux" : 926
      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.nativeplatform.NativeBuildDependentsPerformanceTest.run libA0:dependentComponents",
      "durations" : [ {
        "testProject" : "nativeDependents",
        "linux" : 950
      } ]
    }, {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 23 04:45:09 GMT 2026
    - 26.1K bytes
    - Click Count (0)
Back to Top