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