Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2 from freimair/sort_output
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeams authored Nov 15, 2019
2 parents 4ca1e85 + c12c62c commit 7fde3e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class WitnessPlugin implements Plugin<Project> {
println "dependencyVerification {"
println " verify = ["

project.configurations.compile.resolvedConfiguration.resolvedArtifacts.each {
project.configurations.compile.resolvedConfiguration.resolvedArtifacts.toSorted{it.moduleVersion.toString()}.each {
dep ->
println " '" + dep.moduleVersion.id.group+ ":" + dep.name + ":" + calculateSha256(dep.file) + "',"
}
Expand Down

0 comments on commit 7fde3e6

Please sign in to comment.