What problem does it solve?
This Skill prevents fragile or slow Gradle builds by standardizing Gradle 9.x Kotlin DSL patterns for enterprise Java/Spring Boot 4.x projects, including safe build-file edits and consistent dependency/BOM ordering.
Core Features & Use Cases
- Multi-module structure conventions: Guides consistent
settings.gradle.kts module inclusion and root naming for enterprise platforms.
- Deterministic dependency management: Enforces correct Spring Boot BOM then Spring Cloud BOM import order to avoid version conflicts.
- Configuration Cache–friendly build authoring: Uses Gradle 9 patterns (Provider API, task input/output declarations) to keep builds fast and cacheable.
- Safe build file modifications: Detects before adding plugins, dependencies, source sets, and tasks to avoid duplicates and accidental rewrites, with canonical block ordering.
Quick Start
Use the gradle skill to update your project’s build.gradle.kts (or settings.gradle.kts) by adding the required plugin, dependency, and task wiring using Configuration Cache–compatible Kotlin DSL patterns.