Package net.minecraftforge.gradleutils.shared


@Internal package net.minecraftforge.gradleutils.shared
This package contains common code that is shared between MinecraftForge's Gradle plugins. The purpose is to reduce duplicate code and keep the majority of complex implementation details here, instead of in the implementing plugins.

The majority of these implementations consist of "enhanced" types of existing Gradle types, which are extensions that include Forge-specific helper methods.