Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
Sort classifier list according to their natural order
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kleinboelting authored and aconstantin committed Jul 2, 2018
1 parent e7bedc1 commit 0c7fa77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ public List<String> getAvailableClassifier(String groupId, String artifactId,
return mavenClient.exists(resourceNames)
.filter(e -> e._2)
.map(e -> e._1)
.sorted()
.toJavaList();
}

Expand Down

0 comments on commit 0c7fa77

Please sign in to comment.