Error-Log Minecraft Gradle

This is the error log from grandle as import grandle in my project. Pls help me!

Gradle sync failed: Could not find net.minecraftforge:forge:1.18.1-39.0.9_mapped_official_1.18.1.
Searched in the following locations:
- file:/C:/Users/guttm/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.18.1-39.0.9_mapped_official_1.18.1/forge-1.18.1-39.0.9_mapped_official_1.18.1.pom
- file:/C:/Users/guttm/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.18.1-39.0.9_mapped_official_1.18.1/forge-1.18.1-39.0.9_mapped_official_1.18.1.jar
Required by:
project : (7 s 582 ms)

From the error I’d say there is something wrong with ForgeGradle or your usage of it.
It seems ForgeGradle either ships with or dynamically builds some local repository that is then configured as source for dependencies and there is something not working.
I’d recommend asking the ForgeGradle developers.