Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for withMainSourceSet (0.23 sec)

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

            buildFile << """
                model {
                    components {
                        main(CustomComponent)
                    }
                }
            """
        }
    
        void withMainSourceSet() {
            buildFile << """
                model {
                    components {
                        main {
                            sources {
                                someLang(CustomLanguageSourceSet)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  2. platforms/native/testing-native/src/integTest/groovy/org/gradle/nativeplatform/test/plugins/TestSuiteModelIntegrationSpec.groovy

                apply type: TestSuiteTypeRules
    
                model {
                    testSuites {
                        main(CustomTestSuite)
                    }
                }
            """
        }
    
        void withMainSourceSet() {
            buildFile << """
                model {
                    testSuites {
                        main {
                            sources {
                                main(CustomLanguageSourceSet)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  3. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/ComponentModelIntegrationTest.groovy

            buildFile << """
                model {
                    components {
                        main(CustomComponent)
                    }
                }
            """
        }
    
        void withMainSourceSet() {
            withCustomLanguageType()
            buildFile << """
                model {
                    components {
                        main {
                            sources {
    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