Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for withSoftwareTypePluginThatExposesMultipleSoftwareTypes (0.69 sec)

  1. platforms/core-configuration/declarative-dsl-provider/src/integTest/groovy/org/gradle/internal/declarativedsl/settings/SoftwareTypeDeclarationIntegrationTest.groovy

        }
    
        def 'sensible error when a software type plugin is registered that exposes multiple software types'() {
            given:
            withSoftwareTypePluginThatExposesMultipleSoftwareTypes().prepareToExecute()
    
            file("settings.gradle.dcl") << pluginsFromIncludedBuild
    
            file("build.gradle.dcl") << declarativeScriptThatConfiguresOnlyTestSoftwareType + """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 19 16:59:01 UTC 2024
    - 11K bytes
    - Viewed (0)
  2. platforms/core-configuration/declarative-dsl-provider/src/testFixtures/groovy/org/gradle/internal/declarativedsl/settings/SoftwareTypeFixture.groovy

                projectPluginThatProvidesSoftwareTypeThatHasUnannotatedMethods,
                settingsPluginThatRegistersSoftwareType
            )
        }
    
        PluginBuilder withSoftwareTypePluginThatExposesMultipleSoftwareTypes() {
            PluginBuilder pluginBuilder = withSoftwareTypePlugins(
                softwareTypeExtension,
                projectPluginThatProvidesMultipleSoftwareTypes,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 16:02:26 UTC 2024
    - 30.2K bytes
    - Viewed (0)
Back to top