org.nosphere.honker
Owner: Paul Merlin
The Honker Gradle Plugin help assemble legal bits
https://github.com/eskatos/honker-gradle
Sources: https://github.com/eskatos/honker-gradle
Version 0.1.1
0.1.1
Created 01 July 2015.
The Honker Gradle Plugin help assemble legal bits
Add this plugin to your build using the plugins DSL:
plugins {
id("org.nosphere.honker") version "0.1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.nosphere.honker:honker-gradle:0.1.1") } } apply(plugin = "org.nosphere.honker")
- Applying plugins to all subprojects .