diff --git a/build.gradle b/build.gradle index 2dbc45092f6..ad1f2456dea 100644 --- a/build.gradle +++ b/build.gradle @@ -250,7 +250,7 @@ allprojects { // Name all the non-root projects after their path so that paths get grouped together when imported into eclipse. if (path != ':') { eclipse.project.name = path - if (Os.isFamily(Os.FAMILY_WINDOWS)) { + if (Os.isFamily(Os.FAMILY_WINDOWS)) { eclipse.project.name = eclipse.project.name.replace(':', '_') } }