-
Notifications
You must be signed in to change notification settings - Fork 1
GradlePlugin
smarkwal edited this page Mar 10, 2025
·
5 revisions
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.
JarHC - JAR Health Check | jarhc.org