ForgeGradle
ForgeGradle copied to clipboard
Minecraft mod development framework used by Forge and FML for the gradle build system
Fix the problem with downloading error from http protocol
This adds two new overloads to the `deobf` function in `DependencyManagementExtension` which allows clean integration with Gradle version catalogs, especially useful when working with the Kotlin DSL.
I am getting the following error: ```console Execution failed for task ':genIntellijRuns'. > Could not resolve all files for configuration ':runtimeClasspathCopy'. > Could not resolve net.sf.jopt-simple:jopt-simple:5.0.4. Required by: project :...
This is mainly a PR to discuss the most ideal way of handling the configurability of these tools that FG7 uses. The build script would look like this, to override...
Name entails. Part of FG7's new structure is the usage of Gradle's artifact transformers to apply AccessTransformers. This allows consumers to use mapped names from the Minecraft jar in their...
I'm trying to add the slim version of MixinExtras, but if I just add `:slim` to the end, I get an error telling me "Cannot add attributes or capabilities on...
This PR is, what I hope to be, the final large rework to ForgeGradle 7 before it is released from Beta. It's still a work-in-progress and I hope to finish...
- ForgeGradle version: 7.0.0-beta.51 - Minecraft version: 1.21.11 - Forge version: 61.0.1 When running the `build` task in a CI build (e.g. GitHub Actions), it will fail with compilation errors...
The merging of this PR will mark the beginning of ForgeGradle 7's Release Candidate lifecycle. This crucially means a few things: - API breaking changes will no longer be accepted....
The [Configuration Cache](https://docs.gradle.org/current/userguide/configuration_cache.html) is an optimization feature in Gradle which makes it attempt to skip the configuration phase of a Gradle invocation in order to save build time when running...