Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for assembleDependents (0.14 sec)

  1. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/internal/NativeComponents.java

                    @Override
                    public void execute(DefaultTask assembleDependents) {
                        assembleDependents.setGroup("Build Dependents");
                        assembleDependents.setDescription("Assemble dependents of " + component.getDisplayName() + ".");
                    }
                });
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 11K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    In the following sections, we will demonstrate the usage of the `assembleDependents\*`, `buildDependents*` and `dependentComponents` tasks with a sample build that contains a CUnit test suite. The build script for the sample is the following:
    
    === Example: Sample build
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
Back to top