This PR adds content filtering to the FG added repositories:
MinecraftRepo
MCPRepo
MinecraftUserRepo
DeobfuscatingRepo
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.
This PR adds content filtering to the FG added repositories:
MinecraftRepo
MCPRepo
MinecraftUserRepo
DeobfuscatingRepo
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.