Update gradle.md

This commit is contained in:
Jakob K
2021-04-28 17:28:14 +02:00
committed by GitHub
parent a4774a5e3f
commit 6cab07a211

View File

@@ -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.