gradle-multimodule

Manage Gradle multi-module projects with unified commands and troubleshooting.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/edlovesjava/claudeplus --skill gradle-multimodule
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gradle-multimodule
Source: https://github.com/edlovesjava/claudeplus/tree/main/.claude/skills/gradle-multimodule
Command: npx skills add https://github.com/edlovesjava/claudeplus --skill gradle-multimodule

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you manage and operate a Gradle multi-module project (backend, frontend, analytics) from a single place, with common commands and troubleshooting.

Core Features & Use Cases

  • Unified commands: Centralized Gradle tasks for all modules.
  • Module orchestration: Quick switching between backend, frontend, analytics.
  • Troubleshooting guide: Common pitfalls and fixes for multi-module builds.

Quick Start

From the repo root, run the following commands to build, run, or test modules:

  • Build backend: ./gradlew backend:build
  • Start backend: ./gradlew backend:bootRun
  • Build all: ./gradlew build
  • Clean and rebuild: ./gradlew clean build