Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for withSettingsPluginThatExposesMultipleSoftwareTypes (0.25 sec)

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

            outputDoesNotContain("Applying AnotherSoftwareTypeImplPlugin")
        }
    
        def 'can declare multiple custom software types from a single settings plugin'() {
            given:
            withSettingsPluginThatExposesMultipleSoftwareTypes().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

                softwareTypeExtension,
                projectPluginThatDoesNotProvideSoftwareType,
                settingsPluginThatRegistersSoftwareType
            )
        }
    
        PluginBuilder withSettingsPluginThatExposesMultipleSoftwareTypes() {
            PluginBuilder pluginBuilder = withSoftwareTypePlugins(
                softwareTypeExtension,
                projectPluginThatProvidesSoftwareType,
    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