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 ->
|
||||
from(project("$library").file("build/${target}${ toTaskName(library) }")) {
|
||||
include('**')
|
||||
into("$library")
|
||||
into("${library.replaceAll("\\.", "-")}")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user