From 7624e9472d9ec0a8504eee9b218b99da11464e84 Mon Sep 17 00:00:00 2001 From: bluesix Date: Tue, 3 Jan 2023 12:16:37 +0100 Subject: [PATCH] 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. --- spigot/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spigot/build.gradle b/spigot/build.gradle index 4890a47f..1e0e99a9 100644 --- a/spigot/build.gradle +++ b/spigot/build.gradle @@ -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'