Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for MutableVersionConstraint (0.27 sec)

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

        /**
         * Configures the version constraint for this dependency.
         * @param configureAction the configuration action for the module version
         * @since 4.4
         */
        void version(Action<? super MutableVersionConstraint> configureAction);
    
        /**
         * Returns the version constraint to be used during selection.
         * @return the version constraint
         *
         * @since 4.4
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 06 18:52:15 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  2. subprojects/core-api/src/main/java/org/gradle/api/artifacts/DependencyMetadata.java

        /**
         * Adjust the version constraints of the dependency or dependency constraint.
         *
         * @param configureAction modify version details
         * @since 4.5
         */
        SELF version(Action<? super MutableVersionConstraint> configureAction);
    
        /**
         * Returns the reason why this dependency should be selected.
         *
         * @return the reason, or null if no reason is found in metadata.
         *
         * @since 4.6
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Sep 16 13:58:18 UTC 2020
    - 2.9K bytes
    - Viewed (0)
Back to top