pniederw
05/11/2017, 8:18 PMRuckus
05/11/2017, 8:19 PMilya.gorbunov
05/11/2017, 8:22 PMRuckus
05/11/2017, 8:26 PMidentifiers consisting of only digits are compared numerically and identifiers with letters or hyphens are compared lexically in ASCII sort order
ilya.gorbunov
05/11/2017, 8:31 PMRuckus
05/11/2017, 8:33 PMilya.gorbunov
05/11/2017, 8:36 PMpniederw
05/11/2017, 9:09 PMilya.gorbunov
05/11/2017, 9:09 PMpniederw
05/11/2017, 9:11 PMilya.gorbunov
05/11/2017, 9:15 PMRuckus
05/11/2017, 9:18 PMpniederw
05/11/2017, 9:19 PMRuckus
05/11/2017, 9:29 PM{'.', '_', '-'. '+'}
and boundaries between digits and non-digits, and there can be an arbitrary amount of them. https://github.com/gradle/gradle/blob/master/subprojects/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/strategy/VersionParser.javapniederw
05/12/2017, 12:59 AM