Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for withSoftwareTypePluginThatExposesExtensionWithDependencies (0.64 sec)

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

        }
    
        def "can configure build-level conventions for adding functions in a software type (#testCase)"() {
            given:
            withSoftwareTypePluginThatExposesExtensionWithDependencies().prepareToExecute()
    
            file("foo").createDir()
            file("settings.gradle.dcl") << getDeclarativeSettingsScriptThatSetsConventions(convention) + """
                include("foo")
            """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 12:50:35 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  2. platforms/core-configuration/declarative-dsl-provider/src/testFixtures/groovy/org/gradle/internal/declarativedsl/settings/SoftwareTypeFixture.groovy

                softwareTypeExtension,
                projectPluginThatProvidesSoftwareType,
                settingsPluginThatConfiguresSoftwareTypeConventions
            )
        }
    
        PluginBuilder withSoftwareTypePluginThatExposesExtensionWithDependencies() {
            PluginBuilder pluginBuilder = withSoftwareTypePlugins(
                softwareTypeExtension,
    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