Update dependency net.luckperms:api to v5.5
Some checks failed
Checking for spelling errors / rojopolis/spellcheck (push) Has been cancelled
Some checks failed
Checking for spelling errors / rojopolis/spellcheck (push) Has been cancelled
This commit is contained in:
parent
0745a40c7a
commit
78797b22c7
7 changed files with 7 additions and 7 deletions
|
|
@ -36,7 +36,7 @@ dependencies {
|
|||
shadow project(path: ':DynmapCore', configuration: 'shadow')
|
||||
|
||||
modCompileOnly "me.lucko:fabric-permissions-api:0.4.0"
|
||||
compileOnly 'net.luckperms:api:5.4'
|
||||
compileOnly 'net.luckperms:api:5.5'
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ dependencies {
|
|||
shadow project(path: ':DynmapCore', configuration: 'shadow')
|
||||
|
||||
modCompileOnly "me.lucko:fabric-permissions-api:0.4.0"
|
||||
compileOnly 'net.luckperms:api:5.4'
|
||||
compileOnly 'net.luckperms:api:5.5'
|
||||
}
|
||||
|
||||
loom {
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ dependencies {
|
|||
shadow project(path: ':DynmapCore', configuration: 'shadow')
|
||||
|
||||
modCompileOnly "me.lucko:fabric-permissions-api:0.4.0"
|
||||
compileOnly 'net.luckperms:api:5.4'
|
||||
compileOnly 'net.luckperms:api:5.5'
|
||||
}
|
||||
|
||||
loom {
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ dependencies {
|
|||
shadow project(path: ':DynmapCore', configuration: 'shadow')
|
||||
|
||||
modCompileOnly "me.lucko:fabric-permissions-api:0.5.0"
|
||||
compileOnly 'net.luckperms:api:5.4'
|
||||
compileOnly 'net.luckperms:api:5.5'
|
||||
}
|
||||
|
||||
loom {
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ dependencies {
|
|||
shadow project(path: ':DynmapCore', configuration: 'shadow')
|
||||
|
||||
modCompileOnly "me.lucko:fabric-permissions-api:0.4.0"
|
||||
compileOnly 'net.luckperms:api:5.4'
|
||||
compileOnly 'net.luckperms:api:5.5'
|
||||
}
|
||||
|
||||
loom {
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ dependencies {
|
|||
shadow project(path: ':DynmapCore', configuration: 'shadow')
|
||||
|
||||
modCompileOnly "me.lucko:fabric-permissions-api:0.5.0"
|
||||
compileOnly 'net.luckperms:api:5.4'
|
||||
compileOnly 'net.luckperms:api:5.5'
|
||||
}
|
||||
|
||||
loom {
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ dependencies {
|
|||
implementation('org.bukkit:bukkit:1.10.2-R0.1-SNAPSHOT') { transitive = false }
|
||||
compileOnly('com.nijikokun.bukkit:Permissions:3.1.6') { transitive = false }
|
||||
compileOnly('me.lucko.luckperms:luckperms-api:4.3') { transitive = false }
|
||||
compileOnly('net.luckperms:api:5.0') { transitive = false }
|
||||
compileOnly('net.luckperms:api:5.5') { transitive = false }
|
||||
compileOnly('com.github.MilkBowl:VaultAPI:1.7') { transitive = false }
|
||||
compileOnly('net.skinsrestorer:skinsrestorer-api:14.2.+') { transitive = false }
|
||||
implementation(project(":dynmap-api")) { transitive = false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue