Posted January 5, 20251 yr I'm new to modding and I'm trying to use an external lib, but gradle seems to have trouble locating the dependencies. Gradle error logs: https://pastebin.com/trmjrNHk Gradle build file: https://pastebin.com/Mr0c95m5 Lodestone: https://github.com/LodestarMC/Lodestone/wiki#setup-guide I'm using Java 17 (Eclipse Adoptium JDK) with IntelliJ Can anybody help?
January 5, 20251 yr It looks like Lodestone depends on Placebo from Curse Maven, but you don't have Curse Maven in your build script. As for why it's doing this I don't know, but you can add it here: https://www.cursemaven.com/ Read line 193 if your error log pastebin: Cause 1: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find curse.maven:placebo-283644:5414631.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.