so i do a command with gradlew bat file because im trying to make a client for minecraft and i do the command gradlew eclipse genSources
and i get and error saying
Fabric Loom: 1.2.7
Found existing cache lock file, rebuilding loom cache. This may have been caused by a failed or canceled build.
[Fatal Error] satin-1.13.0.pom:2:10: Already seen doctype.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'Minecraft Client'.
> Could not resolve all files for configuration ':modImplementation'.
> Could not resolve io.github.ladysnake:satin:1.13.0.
Required by:
project : > com.github.0x3C50:Renderer:master-SNAPSHOT:e5d9998655-1
> Could not resolve io.github.ladysnake:satin:1.13.0.
> Could not parse POM https://ladysnake.jfrog.io/artifactory/mods/io/github/ladysnake/satin/1.13.0/satin-1.13.0.pom
> Already seen doctype.
* 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 12s