com.diffplug.blowdryerSetup
Owner: Ned Twigg
Keep your gradle builds dry 干
https://github.com/diffplug/blowdryer
Sources: https://github.com/diffplug/blowdryer.git
Add this plugin to your build using the plugins DSL:
plugins {
id("com.diffplug.blowdryerSetup") version "1.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.diffplug:blowdryer:1.1.0") } } apply(plugin = "com.diffplug.blowdryerSetup")
- Applying plugins to all subprojects .