org.openrewrite.rewrite-metrics
Owner: Moderne, Inc.
Publish metrics about refactoring operations happening across your organization.
https://github.com/openrewrite/rewrite-gradle-plugin
Sources: https://github.com/openrewrite/rewrite-gradle-plugin.git
Version 5.3.0
5.3.0
Created 16 July 2021.
Publish metrics about refactoring operations happening across your organization.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.openrewrite.rewrite-metrics") version "5.3.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.openrewrite:plugin:5.3.0") } } apply(plugin = "org.openrewrite.rewrite-metrics")
- Applying plugins to all subprojects .