IntelliJ IDEA
 
Get IntelliJ IDEA

Getting Started with Gradle

Last modified: 05 November 2024

In this tutorial, we'll create a Gradle project, will run and test it, and run the executable JAR file using Gradle.

The project used in this tutorial can be found on GitHub. Note that the package name has changed from com.gradle.tutorial to org.mytest. Additionally, the versions of Gradle, JDK, and JUnit are different.