Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for getModelRegistry (0.24 sec)

  1. platforms/native/testing-native/src/main/java/org/gradle/nativeplatform/test/xctest/plugins/XCTestConventionPlugin.java

                // TODO - make this lazy
                final DefaultNativePlatform currentPlatform = new DefaultNativePlatform("current");
                final ModelRegistry modelRegistry = ((ProjectInternal) project).getModelRegistry();
                final NativeToolChain toolChain = modelRegistry.realize("toolChains", NativeToolChainRegistryInternal.class).getForPlatform(currentPlatform);
    
                // Platform specific arguments
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/ProblemReportingCrossProjectModelAccess.kt

                return delegate.extensions
            }
    
            override fun getConfigurationActions(): ProjectConfigurationActionContainer {
                shouldNotBeUsed()
            }
    
            override fun getModelRegistry(): ModelRegistry {
                shouldNotBeUsed()
            }
    
            override fun getClassLoaderScope(): ClassLoaderScope {
                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