Hi Emad, Do you get a different result if you build using gradlew rather than gradle?
You may need to run the init-gradle-wrapper.bat file in the project root first to download the relevant gradlew jar. After that, run your build and deployment commands using the gradlew script in the project root. This ensures we are all using the same version of gradle, meaning we can rule out build tool version issues. Dan.
