CompilerPluginDevelopmentExtension
Properties
Whether to add the kcp-development compiler plugin core library to the main classpath. Defaults to true.
Whether to add the kcp-development test support library to the test fixtures classpath. Defaults to true.
The full class name of your CommandLineProcessor. If present and the services plugin is applied, the plugin will create a service declaration file for it.
The full class name of your ComponentRegistrar. If present and the services plugin is applied, the plugin will create a service declaration file for it. It will also be used in any BaseTestGenerator-generated tests.
Whether to run the tests in parallel. Defaults to true.
The root of the test data files. Defaults to src/testData.
The root of the generated tests. Defaults to src/test-gen.
The class to use for test generation. Typically your object that extends BaseTestGenerator.
Whether to use a BaseTestGenerator-extending class to generate tests. Defaults to true.