Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 41 of 41 for assertGet (0.08 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/internal/locking/DependencyLockingGraphVisitor.java

        /**
         * This will transform any lock out of date result into an {@link UnresolvedDependency} in order to plug into lenient resolution.
         * This happens only if there are no previous failures as otherwise lock state can't be asserted.
         *
         * @return the existing failures augmented with any locking related one
         */
        public Set<UnresolvedDependency> collectLockingFailures() {
            if (dependencyLockingState.mustValidateLockState()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 02:50:41 UTC 2024
    - 8.6K bytes
    - Viewed (0)
Back to top