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:
bluesix 2023-01-03 12:16:37 +01:00
parent a6548ec0b7
commit 7624e9472d

View File

@ -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'