Gradle with Cucumber..Report Generation failed

Hi,

Gradle Reports are getting failed as Dot (“.”) is present in cucumber feature file?

Scenario Outline: Jobs Page
Given
I Login to console with “Administrator” user When
INavigate to Server Page Then
I Run job ""of “” on this “”

Examples:
| Node | Service | Job_Name |
| ManagementServer.ServerName | CommunicationServer | FileTransferJob |

Above scenario is written in feature file. But i am getting error as report generation failed because of Dot(".") in feature file.

FAILURE: Build failed with an exception.

What went wrong: Execution failed for task ‘:test’.
Could not generate test report to ‘C:\Automation\workspace\matrix-auto\DISmoke\build\reports\tests’.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.