Gradle
Modern build automation for JVM projects. Run tasks, manage dependencies, and configure multi-project builds.
49 commands
Browse by Topic
Install Gradle (macOS)
Install Gradle using Homebrew on macOS
Check Gradle version
Verify Gradle installation and display version info
Initialize a new Gradle project
Create a new Gradle project with interactive setup wizard
Assemble
Compile and package without tests
Spring Boot JAR
Build executable Spring Boot JAR
Build Project
Compile, test, and assemble the project
Build with Cache
Use build cache for incremental builds
Offline Build
Build using only cached dependencies
Parallel Build
Build subprojects in parallel
Build Without Tests
Build project skipping tests
Clean Build
Delete the build directory
Clean and Build
Clean then rebuild from scratch
Create JAR
Build the main JAR file
Run Spring Boot
Run Spring Boot application
Run All Checks
Run all verification tasks
Task Help
Show help for a specific task
Run Application
Run the application (application plugin)
Show Task Graph
Show task execution order without running
List Tasks
Show all available tasks
List All Tasks
Show all tasks including hidden ones
Build Environment
Show buildscript dependencies
Show Dependencies
Display project dependency tree
Dependencies by Configuration
Show dependencies for specific configuration
Lock Dependencies
Generate dependency lock file
Dependency Insight
Show why a dependency version was selected
Check for Updates
Check for dependency updates (requires plugin)
Refresh Dependencies
Force refresh of all dependencies
Integration Tests
Run integration tests (if configured)
Run Tests
Execute all unit tests
Debug Tests
Run tests with debugger attached
Fail Fast Tests
Stop on first test failure
Run Specific Tests
Run specific test classes or methods
Run Single Test Method
Run a specific test method
Open Test Report
View HTML test report
Rerun Tests
Force rerun all tests even if up-to-date
Show Properties
Display all project properties
Show Version
Display Gradle version info
Generate Wrapper
Generate Gradle wrapper files
Set Distribution Type
Include sources and docs in wrapper
Validate Wrapper
Verify wrapper distribution URL
Set Wrapper Version
Update wrapper to specific Gradle version
Continuous Build
Rebuild automatically on file changes
Initialize Project
Create new Gradle project
Profile Build
Generate build timing report
List Projects
Show project hierarchy
Quiet Output
Suppress most output
Build Scan
Generate build scan for analysis
Run Subproject Task
Run task for specific subproject
Test Subproject
Run tests for specific subproject
Discussion
Loading comments...