Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for excludeGroupAndSubgroups (0.34 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/artifacts/repositories/RepositoryContentDescriptor.java

         * is not matched as a subgroup.
         * </p>
         *
         * @param groupPrefix the group prefix to include
         * @since 8.1
         */
        @Incubating
        void excludeGroupAndSubgroups(String groupPrefix);
    
        /**
         * Declares that an entire group shouldn't be searched for in this repository.
         *
         * @param groupRegex the group name regular expression
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 10 23:09:47 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top