Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for withSoftwareTypePluginThatExposesPrivateSoftwareType (0.59 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 exposes a private software type'() {
            given:
            withSoftwareTypePluginThatExposesPrivateSoftwareType().prepareToExecute()
    
            file("settings.gradle.dcl") << pluginsFromIncludedBuild
    
            file("build.gradle.dcl") << declarativeScriptThatConfiguresOnlyTestSoftwareType
    
            when:
    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

            pluginBuilder.file("src/main/java/org/gradle/test/AnotherSoftwareTypeExtension.java") << anotherSoftwareTypeExtension
    
            return pluginBuilder
        }
    
        PluginBuilder withSoftwareTypePluginThatExposesPrivateSoftwareType() {
            return withSoftwareTypePlugins(
                softwareTypeExtension,
                projectPluginThatProvidesPrivateSoftwareType,
                settingsPluginThatRegistersSoftwareType
    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