Commit 9b719ac5 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '1.1.x'

parents c0280493 3c815f40
...@@ -209,7 +209,8 @@ class ProjectLibraries implements Libraries { ...@@ -209,7 +209,8 @@ class ProjectLibraries implements Libraries {
private final ResolvedArtifact artifact; private final ResolvedArtifact artifact;
public ResolvedArtifactLibrary(ResolvedArtifact artifact, LibraryScope scope) { public ResolvedArtifactLibrary(ResolvedArtifact artifact, LibraryScope scope) {
super(null, artifact.getFile(), scope); super(artifact.getModuleVersion().getId().getGroup(), artifact.getFile(),
scope);
this.artifact = artifact; this.artifact = artifact;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment