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.9.4
0.9.4
Created 07 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.9.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.io.kitkit.gradle:gradle-base:0.9.4") } } apply(plugin = "io.kitkit.vim-cp")
- Applying plugins to all subprojects .