io.kitkit.vim-cp
Owner: rob boll
these aren't the droids you're looking for
Sources: https://github.com/kitkitcode/gradle-base
Version 0.10.32
0.10.32
Created 19 October 2015.
these aren't the droids you're looking for
Add this plugin to your build using the plugins DSL:
plugins {
id("io.kitkit.vim-cp") version "0.10.32"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.io.kitkit.gradle:gradle-base:0.10.32") } } apply(plugin = "io.kitkit.vim-cp")
- Applying plugins to all subprojects .