Package net.minecraftforge.gradleutils


package net.minecraftforge.gradleutils

GradleUtils is a convention plugin that is used by almost all of Forge's projects. It mostly consists of helper classes and methods such as GradleUtilsExtension and PomUtils that help eliminate duplicate code within buildscripts and allow us to change any default values, such as Maven URLs, in case things change unexpectedly.

If you are a non-Forge consumer, it is recommended not to use any Forge-specific APIs such as the GenerateActionsWorkflow task.