Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getConfigurationTargetIdentifier (0.29 sec)

  1. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/CrossProjectConfigurationReportingGradle.kt

            delegate.includedBuilds
    
        override fun includedBuild(name: String): IncludedBuild =
            delegate.includedBuild(name)
    
        override fun getConfigurationTargetIdentifier(): ConfigurationTargetIdentifier =
            delegate.configurationTargetIdentifier
    
        override fun isRootBuild(): Boolean =
            delegate.isRootBuild
    
        override fun getOwner(): BuildState =
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/ProblemReportingCrossProjectModelAccess.kt

                shouldNotBeUsed()
            }
    
            override fun getProcessOperations(): ProcessOperations {
                shouldNotBeUsed()
            }
    
            override fun getConfigurationTargetIdentifier(): ConfigurationTargetIdentifier {
                shouldNotBeUsed()
            }
    
            override fun getParentIdentifier(): ProjectIdentifier {
                shouldNotBeUsed()
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 41.1K bytes
    - Viewed (0)
Back to top