Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withLanguageTransforms (0.18 sec)

  1. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/ComponentModelIntegrationTest.groovy

                apply type: ComponentBinaryRules
    
                model {
                    components {
                        test(CustomComponent)
                    }
                }
            """
        }
    
        void withLanguageTransforms() {
            withMainSourceSet()
            withCustomLanguageTransform()
        }
    
        def "component container is visible to rules as various types"() {
            buildFile << """
    class Rules extends RuleSource {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 20.4K bytes
    - Viewed (0)
Back to top