Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for initializeBinarySourceSets (0.26 sec)

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

                              | Creator: 	myComponent(UnmanagedComponent) { ... } @ build.gradle line 89, column 9
                              | Rules:
                                 ⤷ ComponentModelBasePlugin.PluginRules.AttachInputs#initializeBinarySourceSets(ModelMap<BinarySpec>)
                            + myBinary
                                  | Type:   	UnmanagedBinary
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 19.2K bytes
    - Viewed (0)
  2. platforms/software/platform-base/src/main/java/org/gradle/language/base/plugins/ComponentModelBasePlugin.java

                @RuleInput
                abstract ModelMap<LanguageSourceSet> getSources();
                abstract void setSources(ModelMap<LanguageSourceSet> sources);
    
                @Mutate
                void initializeBinarySourceSets(ModelMap<BinarySpec> binaries) {
                    // TODO - sources is not actual an input to binaries, it's an input to each binary
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 14K bytes
    - Viewed (0)
Back to top