Class GradleComparators
java.lang.Object
com.palantir.gradle.versions.GradleComparators
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Comparator<org.gradle.api.artifacts.component.ComponentIdentifier> CompareModuleComponentIdentifierusingMODULE_IDENTIFIER_COMPARATOR, but all other identifiers usingComponentIdentifier.getDisplayName().static final Comparator<org.gradle.api.artifacts.ModuleIdentifier> -
Method Summary
-
Field Details
-
MODULE_IDENTIFIER_COMPARATOR
public static final Comparator<org.gradle.api.artifacts.ModuleIdentifier> MODULE_IDENTIFIER_COMPARATOR -
COMPONENT_IDENTIFIER_COMPARATOR
public static final Comparator<org.gradle.api.artifacts.component.ComponentIdentifier> COMPONENT_IDENTIFIER_COMPARATORCompareModuleComponentIdentifierusingMODULE_IDENTIFIER_COMPARATOR, but all other identifiers usingComponentIdentifier.getDisplayName().
-