Skip to content

Adds Gradle support for Fabric's access wideners to non-Minecraft projects.

License

Notifications You must be signed in to change notification settings

Redstonneur1256/GradleAccessWidener

Repository files navigation

GradleAccessWidener

Gradle support for Fabric's access wideners

Usage:

  • Apply plugin latest version
    plugins {
        id("io.github.redstonneur1256.gradle-access-widener") version "<version>"
    }
  • Configure the path to your access widener file(s)
    configure<AccessWidenerExtension> {
        paths = files("path/to/file.accessWidener")
    }
  • If using IntelliJ: reload the gradle project for the access wideners to apply. A reload is required every time you update any access widener configuration. The access wideners are applied automatically when building the project.

Documentation for access widener structure accessible here.

About

Adds Gradle support for Fabric's access wideners to non-Minecraft projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages