Zsh Plugin: Gradle

Today

Description

Intelligent gradle/gradlew wrapper functionality that automatically detects and uses the appropriate build tool.
Gc4

Essential Commands

Advanced Commands

Usage Examples

bash

# Basic workflow (plugin automatically chooses gradlew or gradle)
gradle build
gradle test
gradle clean build
 
# Advanced usage
gradle build --continuous    # Watch for changes
gradle test --tests MyTest  # Run specific test
gradle dependencies        # Check dependency tree