pl.squirrel.classycle-gradle
Owner: Konrad Garus
Gradle plugin for Classycle dependency analyzer
https://github.com/konrad-garus/classycle-gradle-plugin
Sources: https://github.com/konrad-garus/classycle-gradle-plugin
Version 0.9.2-SNAPSHOT
0.9.2-SNAPSHOT
Created 28 April 2015.
Gradle plugin for Classycle dependency analyzer
Add this plugin to your build using the plugins DSL:
plugins {
id("pl.squirrel.classycle-gradle") version "0.9.2-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.pl.squirrel:classycle-gradle-plugin:0.9.2-SNAPSHOT") } } apply(plugin = "pl.squirrel.classycle-gradle")
- Applying plugins to all subprojects .