Directory name equals with module name of endorsed library (#3322)
This commit is contained in:
@@ -28,7 +28,7 @@ targetList.each { target ->
|
|||||||
endorsedLibrariesList.each { library ->
|
endorsedLibrariesList.each { library ->
|
||||||
from(project("$library").file("build/${target}${ toTaskName(library) }")) {
|
from(project("$library").file("build/${target}${ toTaskName(library) }")) {
|
||||||
include('**')
|
include('**')
|
||||||
into("$library")
|
into("${library.replaceAll("\\.", "-")}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user