firedancer.bundling-plugin
Owner: Jeff Fate
Bundling plugin for Firedancer projects
https://gitlab.com/foxfarmroad/firedancer-bundling-plugin
Sources: https://gitlab.com/foxfarmroad/firedancer-bundling-plugin.git
Version 1.2.1 (latest)
1.2.1
Created 14 April 2018.
Bundling plugin for Firedancer projects
Add this plugin to your build using the plugins DSL:
plugins {
id("firedancer.bundling-plugin") version "1.2.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.foxfarmroad.firedancer:firedancer-bundling-plugin:1.2.1") } } apply(plugin = "firedancer.bundling-plugin")
- Applying plugins to all subprojects .