Fix typo in gradle plugin
This commit is contained in:
parent
18ee229748
commit
f8d5802230
|
|
@ -49,7 +49,7 @@ class ProjectLibraries implements Libraries {
|
|||
this.providedConfigurationName);
|
||||
if (provided != null) {
|
||||
compile = compile.minus(provided);
|
||||
runtime = compile.minus(provided);
|
||||
runtime = runtime.minus(provided);
|
||||
}
|
||||
|
||||
libraries(LibraryScope.COMPILE, compile, callback);
|
||||
|
|
|
|||
Loading…
Reference in New Issue