Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BinaryTasksCollection (0.18 sec)

  1. platforms/software/platform-base/src/main/java/org/gradle/platform/base/binary/BaseBinarySpec.java

     */
    @Incubating
    public class BaseBinarySpec extends AbstractBuildableComponentSpec implements BinarySpecInternal {
        private static final ModelType<BinaryTasksCollection> BINARY_TASKS_COLLECTION = ModelType.of(BinaryTasksCollection.class);
        private static final ModelType<LanguageSourceSet> LANGUAGE_SOURCE_SET_MODELTYPE = ModelType.of(LanguageSourceSet.class);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  2. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/ComponentModelReportIntegrationTest.groovy

                                + tasks
                                      | Type:   	org.gradle.platform.base.BinaryTasksCollection
                                      | Value:  	[]
                                      | Creator: 	myComponent(UnmanagedComponent) { ... } @ build.gradle line 89, column 9 > create(myBinary)
                        + sources
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 19.2K bytes
    - Viewed (0)
Back to top