Releases: nebula-plugins/gradle-metrics-plugin
Releases · nebula-plugins/gradle-metrics-plugin
v10.1.0
Make parts of the build model and dispatchers easier to reuse in downstream projects.
v10.0.2
- Fix: Metrics plugin should prevent collecting if
metrics.enabled
is false
v10.0.1
Prevent potential NPE for build metrics
v10.0.0
- Introduce plugin that can be applied at settings/init level for capturing evaluation times
v10.0.0-rc.3
set noop distpacher when metrics are disabled
v10.0.0-rc.2
Rename init plugin to MetricsInitPlugin
v10.0.0-rc.1
Introduce metrics plugin to be applied at init / settings level
v9.3.0
- Info: include information for nebula feature flags from system and project properties
v9.2.0
GradleTestSuiteCollector should be configured lazily (#60)
v9.1.1
Gradle6 support (#59)
* remove the usage of deprecated StartParameter values
* Use BuildAdapter to prevent buildStarted usage