diff --git a/src/main/groovy/org/whispersystems/witness/WitnessPlugin.groovy b/src/main/groovy/org/whispersystems/witness/WitnessPlugin.groovy index 0ebc848..eb9123d 100644 --- a/src/main/groovy/org/whispersystems/witness/WitnessPlugin.groovy +++ b/src/main/groovy/org/whispersystems/witness/WitnessPlugin.groovy @@ -53,7 +53,7 @@ class WitnessPlugin implements Plugin { project.configurations.compile.resolvedConfiguration.resolvedArtifacts.each { dep -> - println " '" + dep.resolvedDependency.moduleGroup+ ":" + dep.name + ":" + calculateSha256(dep.file) + "'," + println " '" + dep.moduleVersion.id.group+ ":" + dep.name + ":" + calculateSha256(dep.file) + "'," } println " ]"