SkillAgentSearch skills...

GradleAccessWidener

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

Install / Use

/learn @Redstonneur1256/GradleAccessWidener
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars4
CategoryCustomer
Updated3mo ago
Forks2

Languages

Kotlin

Security Score

82/100

Audited on Dec 19, 2025

No findings