Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for getComponentAs (0.23 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/Project.java

        /**
         * Returns the software components produced by this project.
         *
         * @return The components for this project.
         */
        SoftwareComponentContainer getComponents();
    
        /**
         * Configures software components.
         *
         * @param configuration Action to configure the software components.
         *
         * @since 8.1
         */
        @Incubating
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.api.Project.getChildProjects()> does not have raw return type assignable to org.gradle.api.provider.Provider in (Project.java:0)
    Method <org.gradle.api.Project.getComponents()> does not have raw return type assignable to org.gradle.api.provider.Provider in (Project.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
Back to top