fulibGradle v0.4.0
New Features
- The plugin now creates the
gen
andtestGen
source sets. - Added support for Decorators with the
--decorator-classes
fulibScenarios compiler option. #7It is not required to set the option manually.
The decorator classes are automatically determined from the source files in thegen
andtestGen
source sets. - Added support for the
--tables
and--dry-run
options of the fulibScenarios compiler. #8
Known Issues
- The
generateScenarioSource
task fails if thesrc/main/scenarios
directory does not exist.
W/A: Create the directory (it can be empty). - The
generateTestScenarioSource
task fails if thesrc/test/scenarios
directory does not exist.
W/A: Create the directory (it can be empty).