From a26a591668761b5277a4d648b8fd3d9b8be04b5b Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Mon, 12 Oct 2020 17:23:54 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index df2a8236..9fa90f4a 100644 --- a/readme.md +++ b/readme.md @@ -116,6 +116,8 @@ tasks.shadowJar.get().dependsOn(relocateShadowJar)

+Now use the `shadowJar` task to build your project. + #### MAVEN For example, you could use the [Apache Maven Shade Plugin](https://maven.apache.org/plugins/maven-shade-plugin/examples/class-relocation.html).