This message was deleted.
# community-support
s
This message was deleted.
a
have you added the JitPack repo for RedisEconomy? https://github.com/Emibergo02/RedisEconomy#gradle
oh I see jitpack.io in the logs, so you have added it
n
https://jitpack.io/com/github/Emibergo02/RedisEconomy/3.2-7e3b2fa218-1/RedisEconomy-3.2-7e3b2fa218-1.pom <-- this file exists, so either gradle is resolving the snapshot version wrong, or jitpack publishes using an unexpected structure. I'm not sure what the correct location should be in this case 🤷
u
https://github.com/WiIIiam278/HuskTowns I'm trying to compile this ^ But running ./gradlew clean build doesn't work Is there another way? Or am I just doing something wrong...
n
I think something went wrong with the latest publication of that dependency to jitpack. You can resolve it by depending on
com.github.Emibergo02:RedisEconomy:-SNAPSHOT
(so simply remove the
3.2
from the dependency coordinates). Also
clean
is really a bit of an anti-pattern in gradle. You should avoid running it.