This repository has been archived by the owner on Feb 19, 2023. It is now read-only.
1.1.2
- fix: lexicographic ordering doesn't properly check for :
For users who have multiple repositories then the Lexicographic ordering gets confused, as it will
see that :
is higher than .
, so it would allow items such as com.chesire:lifecyklelog
to
come after com.chesire.lintrules:lint-gradle
. Made it replace instances of :
with a .
and
then do a straight compare, which should produce a valid result