MinecraftForge / ForgeGradle

Minecraft mod development framework used by Forge and FML for the gradle build system
GNU Lesser General Public License v2.1
507 stars 436 forks source link

Add content filtering to FG-added repositories #911

Closed Matyrobbrt closed 1 year ago

Matyrobbrt commented 1 year ago

This PR adds content filtering to the FG added repositories:

The addition of filtering will slightly speed up small buildscripts and may provide a noticeable difference for bigger ones. Additionally, Gradle will only attempt to request dependencies which match the filter, meaning that logging of dependency errors will be more accurate.

Proper testing should be done against a mod with access transformers and mod dependencies (which use fg.deobf) in a clean workspace.