Topic category: Help with MCreator software
so i edited the build.gradle file and it completely broke, now when i build it gets stuck on Resolve dependencies of detachedConfiguration1
i tried copying the build.gradle file from another project and it gave the same error.
line: 2
* What went wrong:
Plugin [id: 'net.minecraftforge.gradle', version: '[6.0,6.2)'] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'net.minecraftforge.gradle:net.minecraftforge.gradle.gradle.plugin:[6.0,6.2)')
Searched in the following repositories:
Gradle Central Plugin Repository
MinecraftForge(https://maven.minecraftforge.net/)
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 1m 12s
is there any way to replace the build.gradle file or fix this issue?
I'm having a similar problem, but I didn't mess with the build file? Tried reloading the gradle and the gradle caches, doesn't seem to help.
Same here, Dint add or remove anything, just boot up mcreator today and them this, same error message
Trying to reinstall Java, see if that helps. So far no luck.
Saw someone saying that forge was under a DDOSED attack, and that could couse errors on mcreator, dont know how much of that is true, just saying what i heard
forge had a ddos attack a year ago
true, you guys hava found any fix? or what could be causing the error?
Okay, I added my gradle folder and my workspace folder to my list of security exclusions, and that seems to have fixed the problem? My guess is the latest windows update made the antivirus block something MCreator needed to download. Anyways, if you go into your security settings, and add all your MCreator related folders to your list of exclusions, that seems to fix it?
It's giving me a ton of build errors afterwords though. I'm gonna try reloading the gradle caches now that they seem to be downloading properly again.
...And reloading the gradle caches has caused the problem to return again. Hmmmm.
Here's the error after disabling the antivirus, reloading the gradle caches, and regenerating the code:
Yeah putting the files into the exclusion list dont work, i keep seeing folks getting this erros today, and other ones saying forge server is down
That would explain it. At least now it's no longer saying the server's missing, just that I for some reason don't have certification? Does anyone know how to run a build with
-Dnet.minecraftforge.gradle.check.certs=false?
And yeah, I tried accessing Forge. It looks like their website is down.
Guess we cant do much at the moment, just wait for the fix