You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2026. It is now read-only.
The generateScenarioSource task fails if src/gen/java exists and src/main/scenarios does not exist.
The generateTestScenarioSource task fails if src/testGen/java exists and src/test/scenarios does not exist.
Output
> Task :generateScenarioSource FAILED
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':generateScenarioSource' (type 'ScenariosTask').
> Directory '.../src/main/scenarios' specified for property 'inputDirectory' does not exist.
Workaround
Creating the missing directories manually resolves the error. They can be left empty, but it is recommended to put an empty .gitkeep file inside so CI systems and other developers don't run into the same problem.
generateScenarioSourcetask fails ifsrc/gen/javaexists andsrc/main/scenariosdoes not exist.generateTestScenarioSourcetask fails ifsrc/testGen/javaexists andsrc/test/scenariosdoes not exist.Output
Workaround
Creating the missing directories manually resolves the error. They can be left empty, but it is recommended to put an empty
.gitkeepfile inside so CI systems and other developers don't run into the same problem.