io.fairyproject
Owner: LeeGod
The fairy gradle plugin
https://github.com/FairyProject/fairy
Sources: https://github.com/FairyProject/fairy
Version 1.3.1b2 (latest)
1.3.1b2
Created 08 January 2023.
A Gradle plugin that provides ability to manage fairy project easily.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.fairyproject") version "1.3.1b2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.fairyproject:fairy-gradle-plugin:1.3.1b2") } } apply(plugin = "io.fairyproject")
- Applying plugins to all subprojects .