buildWar fails with missing CubaWarBuilding property

For some reasons the buildWar fails with this error:

Unexpected error
groovy.lang.MissingPropertyException: Could not find property ‘CubaWarBuilding’ on root project ‘ProjectName’.

Added this to build.gradle:
task buildWar(type: CubaWarBuilding) {
appHome = '…'
singleWar = false
}

Anything I am missing?

Hello, Zoltan.
Which version of the platform you’re using?
Regards,
Gleb.

Just downloaded yesterday.
Platform: 6.1.2
Server: 2.1.2

Maybe there is an issue with this version?

Ok I have solved it. The issue was the … in the appHome. I have changed it to only one dot.

No, this version of the CUBA platform has CubaWarBuilding class in gradle plugin.

I glad to see that you solved the problem. Let me know if you will have another problem with CubaWarBuilding.
Regards,
Gleb.

> The issue was the … in the appHome. I have changed it to only one dot.

Could you attach build.gradle that didn’t work for you? We would like to investigate the issue.