I am struggling to import my Github project (Forge...
# community-support
j
I am struggling to import my Github project (Forge Minecraft Modding) into InteliJ IDEA. When I try to run gradle it says
Plugin [id: 'org.parchmentmc.librarian.forgegradle', version: '1.+'] was not found in any of the following sources:
although I have settings.gradle, gradle.properties and relevant files, or so I think. I've been at this for a long while so I really need to fix this.
I have a suspicion that its my program that isn't installed properly, but I cant seem to find what part of it is installed wrong.
a
did you add the
<https://maven.parchmentmc.org>
repository? https://github.com/ParchmentMC/Librarian/blob/dev/docs/FORGEGRADLE.md What are the contents of the
pluginManagement { }
block in your project?
j
Im unsure If i have or not... Ill heck when im on my main device.
*check
v
If that's not it, please share the full error, not just a small excerpt. Make sure to not get fooled by https://youtrack.jetbrains.com/issue/IDEA-241844 Optimally, share the problem using a build
--scan
URL.