From 6cab07a211fdf7691dbe249a2da029fa9b839655 Mon Sep 17 00:00:00 2001 From: Jakob K <52456572+bluefireoly@users.noreply.github.com> Date: Wed, 28 Apr 2021 17:28:14 +0200 Subject: [PATCH] Update gradle.md --- guide/docs/setup/gradle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/docs/setup/gradle.md b/guide/docs/setup/gradle.md index 3793c293..faa324b7 100644 --- a/guide/docs/setup/gradle.md +++ b/guide/docs/setup/gradle.md @@ -126,4 +126,4 @@ Replace `YOURMAINGROUP` with the main package structure you use (e.g. `org.examp ## Build your final plugin -Run the Gradle task called `shadowJar`. Using IntelliJ IDEA, this can be done using the Gradle sidebar, where your can find the task under `Tasks > Shadow > shadowJar`. Alternatively, you can also run `./gradlew shadowJar` in your terminal. +Run the Gradle task called `shadowJar`. Using IntelliJ IDEA, this can be done using the Gradle sidebar, where you can find the task under `Tasks > Shadow > shadowJar`. Alternatively, you can also run `./gradlew shadowJar` in your terminal.