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

update to gradle (#66)

This commit is contained in:
mohammed Alteniji
2023-03-23 15:42:59 +04:00
committed by GitHub
parent 0f0f707ef7
commit b857bdb771
22 changed files with 624 additions and 455 deletions

View File

@@ -49,7 +49,7 @@ SpigotMC resource page: [click](https://www.spigotmc.org/resources/redisbungee.8
## Implementing RedisBungee in your plugin: [![RedisBungee Build](https://github.com/proxiodev/RedisBungee/actions/workflows/maven.yml/badge.svg)](https://github.com/Limework/RedisBungee/actions/workflows/maven.yml) [![](https://jitpack.io/v/ProxioDev/redisbungee.svg)](https://jitpack.io/#ProxioDev/redisbungee)
RedisBungee is distributed as a [maven](https://maven.apache.org) project.
RedisBungee is distributed as a [Gradle](https://gradle.org/) project.
By using jitpack [![](https://jitpack.io/v/ProxioDev/redisbungee.svg)](https://jitpack.io/#ProxioDev/redisbungee)
@@ -112,7 +112,7 @@ first, install it to your maven local repo
```bash
git clone https://github.com/ProxioDev/RedisBungee.git
cd RedisBungee
mvn clean install
./gradlew shadowJar
```
then use any of these in your project.
```xml