Merge branch '1.1.x'
This commit is contained in:
commit
9b719ac58e
|
|
@ -209,7 +209,8 @@ class ProjectLibraries implements Libraries {
|
|||
private final ResolvedArtifact artifact;
|
||||
|
||||
public ResolvedArtifactLibrary(ResolvedArtifact artifact, LibraryScope scope) {
|
||||
super(null, artifact.getFile(), scope);
|
||||
super(artifact.getModuleVersion().getId().getGroup(), artifact.getFile(),
|
||||
scope);
|
||||
this.artifact = artifact;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue