Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for excludeModule1 (0.17 sec)

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

        /**
         * Declares that an entire module shouldn't be searched for in this repository.
         *
         * @param group the group name
         * @param moduleName the module name
         */
        void excludeModule(String group, String moduleName);
    
        /**
         * Declares that an entire module shouldn't be searched for in this repository, using regular expressions.
         *
         * @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