com.cuckoo.plugin
Owner: Traveler
a permission plugin
https://github.com/old-traveler/Cuckoo
Sources: https://github.com/old-traveler/Cuckoo.git
Add this plugin to your build using the plugins DSL:
plugins {
id("com.cuckoo.plugin") version "1.0.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.cuckoo.plugin:plugin:1.0.3") } } apply(plugin = "com.cuckoo.plugin")
- Applying plugins to all subprojects .