MinecraftForge / ForgeGradle

Minecraft mod development framework used by Forge and FML for the gradle build system
GNU Lesser General Public License v2.1
509 stars 437 forks source link

Gradle sync error #837

Closed phant0m2290 closed 2 years ago

phant0m2290 commented 2 years ago

When i sync gradle it gives this error Gradle sync failed: Could not find net.minecraftforge:forge:1.18.1-39.0.9_mapped_official_1.18.1.

AterAnimAvis commented 2 years ago

This issue tracker is for feature requests and complete bug reports.

This seems more suited for the forums or the discord

Saying that, the error you provided isn't the actual error:

Dependencies that have names ending in _mapped[stable/snapshot/official][Mapping Version] are NOT hosted anywhere, they are generated by ForgeGradle on the fly and inserted into Gradle through a fake repository, when one of these dependencies is reported missing it is a sign that errors occurred generating them. Please look higher in the Gradle log for the actual error.