home/categories/git-workflows/kotlin-kotlinx-rpc-claude-skills-running-gradle-builds-skill-md
git-workflowsdevops

running-gradle-builds

Executes and orchestrates Gradle builds with background management, surgical task output capturing, and structured failure diagnostics; ALWAYS use instead of `./gradlew` for core lifecycle tasks (build, assemble), dev servers, and troubleshooting. Do NOT use for running tests (use `running_gradle_tests`) or dependency graph auditing.

Kotlin
maintainer
Kotlin
Updated 4/2/2026
Stars
1031
Forks
45
quick start

Installation and usage

Executes and orchestrates Gradle builds with background management, surgical task output capturing, and structured failure diagnostics; ALWAYS use instead of `./gradlew` for core lifecycle tasks (build, assemble), dev servers, and troubleshooting. Do NOT use for running tests (use `running_gradle_tests`) or dependency graph auditing.

Installation
$ install --globalskills.sh
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use running-gradle-builds