·gradle-standards
</>

gradle-standards

bitsoex/bitso-java

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.

9Installs·0Trend·@bitsoex

Installation

$npx skills add https://github.com/bitsoex/bitso-java --skill gradle-standards

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.

View raw

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
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