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 4.1.3
4.1.3
Created 27 April 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 "4.1.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.openrewrite:plugin:4.1.3") } } apply(plugin = "org.openrewrite.rewrite-metrics")
- Applying plugins to all subprojects .