Skip to content

GradlePlugin

smarkwal edited this page Mar 10, 2025 · 5 revisions

Gradle Plugin

JarHC is available as a Gradle plugin. It can be used to analyze the dependencies of a Gradle project.

plugins {
    id("org.jarhc") version "1.2.0"
}

The plugin adds a task jarhcReport to the project.

For more information, see the JarHC Gradle Plugin project on GitHub.

Clone this wiki locally