replase "/" with File.separator
This commit is contained in:
parent
c3cf3f161a
commit
03e0728fdf
@ -30,5 +30,5 @@ String[] includes = [
|
|||||||
includes.each {
|
includes.each {
|
||||||
include it
|
include it
|
||||||
ProjectDescriptor project = project(it)
|
ProjectDescriptor project = project(it)
|
||||||
project.name = rootProject.name + project.projectDir.absolutePath.replace(rootDir.absolutePath, "").replace("/", ".")
|
project.name = rootProject.name + project.projectDir.absolutePath.replace(rootDir.absolutePath, "").replace(File.separator, ".")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user