ForgeGradle
ForgeGradle copied to clipboard
Minecraft mod development framework used by Forge and FML for the gradle build system
The Parchment website suggests the following format on [their getting started page]() for FG5+: `2025.10.05-1.21.9`. Their site needs updating eventually for FG7 (the v prefix in the version badges is...
A long-term goal of the new toolchain is to expand the capabilities of modder frameworks, such as Mixin, on the user-side. One such request in this regard is to support...
Gradle's [Build Cache](https://docs.gradle.org/current/userguide/build_cache.html) is Gradle's caching solution for tasks (and other work types, such as artifact transforms). Implementing support for Gradle's own build cache will take significantly more work than...
[Configuration on Demand](https://docs.gradle.org/current/userguide/configuration_on_demand.html) is an optimization feature in Gradle which makes it attempt to only configure the relevant projects for the requested tasks. This does not affect project import. It...