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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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