com.markklim.plugins.mfc
Owner: Mark Klimenko
Migrator for Cassandra
https://github.com/MarkKlimenko/plugins
Sources: https://github.com/MarkKlimenko/plugins
Add this plugin to your build using the plugins DSL:
plugins {
id("com.markklim.plugins.mfc") version "0.1.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.markklim.plugins:migrator-for-cassandra:0.1.2") } } apply(plugin = "com.markklim.plugins.mfc")
- Applying plugins to all subprojects .