mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-27 21:29:47 +01:00
Finish updating commodore
woops
This commit is contained in:
parent
db830a0bef
commit
4b97c9419e
@ -4,6 +4,7 @@ plugins {
|
||||
|
||||
repositories {
|
||||
maven { url 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
|
||||
maven { url 'https://libraries.minecraft.net/' }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@ -11,7 +12,7 @@ dependencies {
|
||||
|
||||
compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
|
||||
compileOnly'net.kyori:text-adapter-bukkit:1.0.1'
|
||||
compileOnly 'me.lucko:commodore:1.0'
|
||||
compileOnly 'me.lucko:commodore:1.3'
|
||||
compileOnly('net.milkbowl.vault:VaultAPI:1.6') {
|
||||
exclude(module: 'bukkit')
|
||||
}
|
||||
|
@ -117,8 +117,8 @@ public enum Dependency {
|
||||
COMMODORE(
|
||||
"me{}lucko",
|
||||
"commodore",
|
||||
"1.2",
|
||||
"KPG1t8vosUNEJy5g7Vq6FGDf8FRslHvhzuZa7A/eIjg=",
|
||||
"1.3",
|
||||
"3+fpQ9eQpO73jm4z7G+6x+q87b8NwjY1KN+nmNGjplk=",
|
||||
Relocation.of("commodore", "me{}lucko{}commodore")
|
||||
),
|
||||
MARIADB_DRIVER(
|
||||
|
Loading…
Reference in New Issue
Block a user