Latest

All the resources in the Guide, starting with most recent.

Introduction

Part of tutorial

Introduction
Introduction to working with Gradle and Gradle projects in IntelliJ IDEA.
Working with Gradle

Tutorial

Working with Gradle
Understand how IntelliJ IDEA integrates with Gradle.
Group ID and version number

Part of tutorial

Group ID and version number
How to set up or change a project's group ID and version number.
Gradle Wrapper

Part of tutorial

Gradle Wrapper
Useful information for working with projects that use the Gradle Wrapper.
The Gradle Tool Window

Part of tutorial

The Gradle Tool Window
How to find the Gradle tool window.
Gradle Settings

Part of tutorial

Gradle Settings
Where to change IntelliJ IDEA's settings fo Gradle.
Gradle dependencies

Part of tutorial

Gradle dependencies
Add or update dependencies in your build.gradle file.
Creating a Gradle project

Part of tutorial

Creating a Gradle project
Start by creating a brand-new project that uses Gradle as the build tool.
Summary and Shortcuts

Part of tutorial

Summary and Shortcuts
Everything we covered in this tutorial including help links and shortcuts.
Packaging the Application

Part of tutorial

Packaging the Application
We can package the application into a Java ARchive file (JAR).
Making a Change

Part of tutorial

Making a Change
Editing the output of our Hello World application to check it's working as we expect.
Hello World in IntelliJ IDEA

Tutorial

Hello World in IntelliJ IDEA
Create a new Java application and JAR file that prints `Hello World` to the console.