tdillon

Results 2 comments of tdillon

Being able to configure the plugin from the command line is needed for various CI/CD purposes such as: - configure properties specific to the build server - configure properties needed...

I think an init script could be used to override/configure the plugin. Here is a simple example to override the report formats. **`init.gradle`** ```gradle rootProject { afterEvaluate { project ->...