io.fairyproject
Owner: LeeGod
The fairy gradle plugin
https://github.com/FairyProject/fairy
Sources: https://github.com/FairyProject/fairy
Add this plugin to your build using the plugins DSL:
plugins {
id("io.fairyproject") version "1.0.0b3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.fairyproject:gradle-plugin:1.0.0b3") } } apply(plugin = "io.fairyproject")
- Applying plugins to all subprojects .