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