Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Gradle Fundamentals
Rating: 4.5 out of 5(3,443 ratings)
14,879 students

Gradle Fundamentals

Learn the fundamentals of Gradle
Created byJimmy H.
Last updated 4/2025
English

What you'll learn

  • Learn and understand the fundamentals of Gradle.
  • Learn how to setup and use Gradle.
  • Learn how to build a Java project with Gradle.
  • How to create Gradle tasks and use Gradle in the cloud.
  • How to add dependency to a project and create a library module.
  • Learn about the Gradle project structure.

Course content

6 sections45 lectures3h 37m total length
  • Welcome0:44
  • Introduction1:21
  • Prerequisites1:14
  • What is Gradle8:33

Requirements

  • Basic knowledge of Java Programming Language

Description

Gradle is an extensive build tool and dependency manager for programming projects. Gradle can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites, generated documentation or anything else.

In this course students will learn the core concepts of Gradle and how to use Gradle to manage building, testing and deploying your Java application.

We will first go through some Gradle fundamentals and how to build a Java project with Gradle, add a dependency to a project,  and create a library module. We'll also get into the Gradle project structure, Gradle tasks, Gradle in the cloud, and more.

Students will learn by doing, by working through exercises designed to build on the presented material and explore.

Who this course is for:

  • Anyone interested in learning Gradle
  • Java programmers