I came across this bug report and the solution for it. However, me being new to gradle, i couldn’t figure it out that where i need to write below script. Can anyone please help.
if (project != rootProject) {
eclipse.project.name = (rootProject.name + project.path).replaceAll(':', '-')
}