-
Notifications
You must be signed in to change notification settings - Fork 0
GradlePlugin
smarkwal edited this page Sep 20, 2024
·
3 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.1.1"
}
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 | @JarHealthCheck