Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for excludeProperties (0.52 sec)

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

         *     exclude group: 'org.unwanted', module: 'iAmBuggy' //by both name and group
         *   }
         * }
         * </pre>
         *
         * @param excludeProperties the properties to define the exclude rule.
         * @return this
         */
        ModuleDependency exclude(Map<String, String> excludeProperties);
    
        /**
         * Returns the exclude rules for this dependency.
         *
         * @see #exclude(java.util.Map)
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 16:14:52 UTC 2024
    - 8.6K bytes
    - Viewed (0)
Back to top