Skip to content

fulibGradle v0.4.0

Compare
Choose a tag to compare
@Clashsoft Clashsoft released this 14 Jul 16:16
· 29 commits to master since this release
0a25476

New Features

  • The plugin now creates the gen and testGen source sets.
  • Added support for Decorators with the --decorator-classes fulibScenarios compiler option. #7

    It is not required to set the option manually.
    The decorator classes are automatically determined from the source files in the gen and testGen source sets.

  • Added support for the --tables and --dry-run options of the fulibScenarios compiler. #8

Known Issues

  • The generateScenarioSource task fails if the src/main/scenarios directory does not exist.
    W/A: Create the directory (it can be empty).
  • The generateTestScenarioSource task fails if the src/test/scenarios directory does not exist.
    W/A: Create the directory (it can be empty).