Search Gradle plugins

Version 0.3.2

0.3.2

Created 11 November 2021.

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.3.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.org.nosphere.honker:honker-gradle:0.3.2")
      }
    }
    
    apply(plugin = "org.nosphere.honker")
  • Applying plugins to all subprojects .