Remove proxydiscordlink implementation

This commit is contained in:
destro174 2022-02-20 19:07:08 +01:00
parent 8d6efe0265
commit 2ac0cbc7d9

View File

@ -10,13 +10,12 @@ dependencies {
// compileOnly("com.velocitypowered:velocity-brigadier:1.0.0-SNAPSHOT") // compileOnly("com.velocitypowered:velocity-brigadier:1.0.0-SNAPSHOT")
implementation("mysql:mysql-connector-java:8.0.27") // mysql implementation("mysql:mysql-connector-java:8.0.27") // mysql
implementation("org.spongepowered", "configurate-yaml", "4.1.2") implementation("org.spongepowered", "configurate-yaml", "4.1.2")
implementation("com.alttd.proxydiscordlink:ProxyDiscordLink:1.0.0-BETA-SNAPSHOT") compileOnly("com.alttd.proxydiscordlink:ProxyDiscordLink:1.0.0-BETA-SNAPSHOT")
implementation("net.kyori", "adventure-text-minimessage", "4.10.0-SNAPSHOT") { implementation("net.kyori", "adventure-text-minimessage", "4.10.0-SNAPSHOT") {
exclude("net.kyori") exclude("net.kyori")
exclude("net.kyori.examination") exclude("net.kyori.examination")
} }
compileOnly("com.gitlab.ruany:LiteBansAPI:0.3.5") compileOnly("com.gitlab.ruany:LiteBansAPI:0.3.5")
compileOnly("com.alttd.proxydiscordlink:ProxyDiscordLink:1.0.0-BETA-SNAPSHOT")
} }
tasks { tasks {