com.osacky.fladle
Owner: Nelson Osacky
The Gradle Plugin for Flank
https://github.com/runningcode/fladle
Sources: https://github.com/runningcode/fladle
Add this plugin to your build using the plugins DSL:
plugins {
id("com.osacky.fladle") version "0.2.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.osacky.flank.gradle:buildSrc:0.2.1") } } apply(plugin = "com.osacky.fladle")
- Applying plugins to all subprojects .