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