Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildConflictMessage (0.21 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/conflicts/FailOnVersionConflictGraphVisitor.java

            ModuleIdentifier module = owner.getModuleVersion().getModule();
            return new Conflict(ImmutableList.copyOf(owner.getAllVersions()), buildConflictMessage(module, selectionReason));
        }
    
        private static String buildConflictMessage(ModuleIdentifier owner, ComponentSelectionReason selectionReason) {
            String conflictDescription = null;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 2.9K bytes
    - Viewed (0)
Back to top