Open links in new tab
  1. Gradle Build Tool

    Gradle is the open source build system of choice for Java, Android, and Kotlin developers. From mobile apps to microservices, from small startups to big enterprises, it helps teams deliver better software, …

  2. Gradle for Android - Gradle Cookbook

    Gradle build overview - Understand how Gradle builds Android applications with Gradle using Android Gradle Plugin (AGP), key concepts, and the structure of a standard Android project.

  3. Gradle Build Tool Features

    This categorized list of Gradle Build Tool features will help you understand some capabilities of Gradle Build Tool for your use cases. Check out the User Guide for reference and Gradle Build Tool …

  4. Build Scan - Gradle User Manual

    A Build Scan is created locally but published to a secure external server managed by Gradle. They do not run code on your machine, and they never modify your build. You can choose whether to publish …

  5. Building Java & JVM projects - Gradle User Manual

    If you don’t have much experience with building JVM-based projects with Gradle, take a look at the Java samples for step-by-step instructions on how to build various types of basic Java projects.

  6. Building Java Applications with libraries Sample

    To prepare your software project for growth, you can organize a Gradle project into multiple subprojects to modularize the software you are building. In this guide, you’ll learn how to structure such a project …

  7. Gradle | Gradle Guides

    Improve the performance of your build using Build Scan™, dependency resolution strategies, parallel execution, incremental and partial builds, and more. Includes specific recommendations for Java and …

  8. Gradle User Manual

    Most projects will start with an existing Gradle build which does not require the installation of Gradle. However, if you are starting a project from scratch, and you need to install Gradle, check out the …

  9. Part 1: Initializing the Project - Gradle User Manual

    In this tutorial, you’ll learn the core concepts of Gradle by creating, building, and exploring a simple Java application from scratch. You’ll gain a practical understanding of Gradle tasks, plugins, and project …

  10. Plugin Basics - Gradle User Manual

    Gradle is built on a flexible plugin system. Out of the box, Gradle provides core infrastructure like dependency resolution, task orchestration, and incremental builds. Most functionality — like …