Topic category: Help with MCreator software
Executing Gradle synchronization tasks
Build info: MCreator 2024.4.52410, neoforge-1.21.1, 64-bit, 16227 MB, Windows 10, JVM 21.0.4, JAVA_HOME: C:\Users\Asker\Desktop\MCreator20244\jdk, started on: 2025-05-03-13:55:40
> Task :createArtifactManifest UP-TO-DATE
> Task :createMinecraftArtifacts UP-TO-DATE
> Task :downloadAssets UP-TO-DATE
> Task :writeClientLegacyClasspath UP-TO-DATE
> Task :prepareClientRun
> Task :prepareClientRun FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':prepareClientRun'.
> Could not resolve all files for configuration ':clientModulesOnly'.
> Could not download DevLaunch-1.0.1.jar (net.neoforged:DevLaunch:1.0.1)
> Could not get resource 'https://maven.neoforged.net/releases/net/neoforged/DevLaunch/1.0.1/DevL…'.
> Could not GET 'https://maven.neoforged.net/releases/net/neoforged/DevLaunch/1.0.1/DevL…'.
> Got socket exception during request. It might be caused by SSL misconfiguration
> Connection reset
* 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 4m 1s
5 actionable tasks: 1 executed, 4 up-to-date
BUILD FAILED
Task completed in 4 minutes and 1 second
Please help