From 5b5f748cc97a6547a44c556fdda8fd5adc1203b7 Mon Sep 17 00:00:00 2001 From: mohammed Alteniji <34905970+ham1255@users.noreply.github.com> Date: Thu, 6 Apr 2023 19:26:37 +0400 Subject: [PATCH] fix wrong maven publishing error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80f421b..b11c40b 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ first, install it to your maven local repo ```bash git clone https://github.com/ProxioDev/RedisBungee.git cd RedisBungee -./gradlew shadowJar +./gradlew publishToMavenLocal ``` then use any of these in your project. ```xml