Search Gradle plugins

org.myire.quill.jdepend

Configuration of and additional functionality for the standard JDepend plugin

https://github.com/handmadecode/quill

Sources: https://github.com/handmadecode/quill

Version 2.3.1

2.3.1

Created 26 March 2020.

Configuration of and additional functionality for the standard JDepend plugin

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.myire.quill.jdepend") version "2.3.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.org.myire:quill:2.3.1")
      }
    }
    
    apply(plugin = "org.myire.quill.jdepend")
  • Applying plugins to all subprojects .