gradle-standards
✓Gradle build configuration standards for Java projects. Covers version catalogs, dependency bundles, multi-module setup, BOM management, and common troubleshooting. Use when configuring Gradle builds or reviewing dependency management.
Installation
SKILL.md
Standards for Gradle configuration in Java projects, including version catalogs, dependency bundles, and multi-module setup.
| Centralize Versions | All versions in libs.versions.toml, never inline | | Explicit Dependencies | Declare each dependency explicitly for clarity | | Use Native Locking | Use Gradle's native dependency locking (Gradle 9+ recommended) | | Never Downgrade | Don't replace existing versions with older ones |
| Trust BOMs | Spring Boot BOM manages transitive dependencies | | Platform Over Enforce | Use platform(), never enforcedPlatform() | | Use resolutionStrategy | Use Gradle's native resolutionStrategy for version control | | Lock Dependencies | Generate gradle.lockfile for ALL submodules (use build --write-locks) |
Gradle build configuration standards for Java projects. Covers version catalogs, dependency bundles, multi-module setup, BOM management, and common troubleshooting. Use when configuring Gradle builds or reviewing dependency management. Source: bitsoex/bitso-java.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/bitsoex/bitso-java --skill gradle-standards- Source
- bitsoex/bitso-java
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is gradle-standards?
Gradle build configuration standards for Java projects. Covers version catalogs, dependency bundles, multi-module setup, BOM management, and common troubleshooting. Use when configuring Gradle builds or reviewing dependency management. Source: bitsoex/bitso-java.
How do I install gradle-standards?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bitsoex/bitso-java --skill gradle-standards Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/bitsoex/bitso-java
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01