Gradle plugin for creating fat/uber JARs, transforming files, relocating packages, and optimizing applications with R8/ProGuard. The Gradle counterpart to Maven's Shade plugin.
# Agent Guidelines
To understand how to contribute code, format commits, and run tests for this repository,
please refer to the [CONTRIBUTING.md](./CONTRIBUTING.md) file.
**Instructions for AI Agents:**
1. Adhere to the coding standards and PR templates defined therein.
2. Make an atomic commit after completing each task.
3. Pass `--non-interactive` to Gradle commands to disable interactive console prompts.
4. Prefer using the `gh` CLI for GitHub-related tasks.