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