Skip to content

Conversation

@MelanX
Copy link
Member

@MelanX MelanX commented Nov 29, 2025

This PR adds support for using JarJar in ModGradle easily, especially for publishing the artifacts.

You can use it like this:

mod.configure {
    artifacts {
        useJarJar()
    }
}

That way, the main jar task for publishing isn't the default jar task anymore but instead jarJar. If using useJarJar(tue), it also switches the classifier of the default task to thin and the jarJar task classifier to an empty string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants