MinecraftForge / ForgeGradle

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

Update artifactural and make FG's manual maven respect content filtering #898

Closed pupnewfster closed 1 year ago

pupnewfster commented 1 year ago

Opening as a draft PR for now as it requires https://github.com/MinecraftForge/Artifactural/pull/7, but this PR in combination with that Artifactural PR will make the manual maven downloading FG does respect declared content filtering of the different repositories.

When doing some initial testing against Mekanism that declares a lot of repositories along with content filters for them, I was seeing rough timing changes on reimporting the project of about 3 minutes without this change to about 20 seconds with this change.