2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-08 16:10:26 +00:00

fix wrong maven publishing error

This commit is contained in:
mohammed Alteniji
2023-04-06 19:26:37 +04:00
committed by GitHub
parent 47127c8520
commit 5b5f748cc9

View File

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