Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for AnotherSoftwareTypeImplPlugin (0.39 sec)

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

            then:
            assertThatDeclaredValuesAreSetProperly()
    
            and:
            outputContains("Applying SoftwareTypeImplPlugin")
            outputDoesNotContain("Applying AnotherSoftwareTypeImplPlugin")
        }
    
        def 'can declare and configure a custom software type from published plugin'() {
            given:
            def pluginBuilder = withSoftwareTypePlugins()
    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-tooling-builders/src/crossVersionTest/groovy/org/gradle/declarative/dsl/tooling/builders/r89/DeclarativeDslToolingModelsCrossVersionTest.groovy

            pluginBuilder.addPluginId("com.example.test-software-type-impl", "SoftwareTypeImplPlugin")
            pluginBuilder.addPluginId("com.example.another-software-type-impl", "AnotherSoftwareTypeImplPlugin")
            pluginBuilder.addPluginId("com.example.test-software-type", "SoftwareTypeRegistrationPlugin")
    
            pluginBuilder.file("src/main/java/org/gradle/test/TestSoftwareTypeExtension.java") << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 11:32:11 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  3. platforms/core-configuration/declarative-dsl-provider/src/testFixtures/groovy/org/gradle/internal/declarativedsl/settings/SoftwareTypeFixture.groovy

            )
    
            pluginBuilder.addPluginId("com.example.another-software-type-impl", "AnotherSoftwareTypeImplPlugin")
            pluginBuilder.file("src/main/java/org/gradle/test/AnotherSoftwareTypeExtension.java") << anotherSoftwareTypeExtension
            pluginBuilder.file("src/main/java/org/gradle/test/AnotherSoftwareTypeImplPlugin.java") << getProjectPluginThatProvidesSoftwareType(
    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