ForgeGradle icon indicating copy to clipboard operation
ForgeGradle copied to clipboard

Minecraft mod development framework used by Forge and FML for the gradle build system

Results 44 ForgeGradle issues
Sort by recently updated
recently updated
newest added

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.

planned
next breaking version
enhancement
FG6

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 :...

FG6

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...

planned
feature request
enhancement
FG6

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...

bug
eventually
won't fix
FG6

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...

enhancement

- 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...