Skip to content

GradlePlugin

smarkwal edited this page Sep 20, 2024 · 3 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.1.1"
}

The plugin adds a task jarhcReport to the project.

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

Clone this wiki locally