mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-10 12:40:02 +01:00
Hotfix: Fixing the version number for skinsrestorer-api from relative to fixed.
- The latest version of the skinrestorer-api has moved reflection out of the api, into shared. I therefore propose this as a workaround until the breaking change can be worked out properly.
This commit is contained in:
parent
a6548ec0b7
commit
7624e9472d
@ -22,7 +22,7 @@ dependencies {
|
||||
implementation 'me.lucko.luckperms:luckperms-api:4.3'
|
||||
implementation 'net.luckperms:api:5.0'
|
||||
implementation('com.github.MilkBowl:VaultAPI:1.7') { transitive = false }
|
||||
compileOnly 'net.skinsrestorer:skinsrestorer-api:14.2.+'
|
||||
implementation('net.skinsrestorer:skinsrestorer-api:14.2.4') { transitive = false }
|
||||
implementation project(":dynmap-api")
|
||||
implementation project(path: ":DynmapCore", configuration: "shadow")
|
||||
implementation group: 'ru.tehkode', name: 'PermissionsEx', version: '1.19.1'
|
||||
|
Loading…
Reference in New Issue
Block a user