Can someone please help me

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

Try to open the URL it complains about in a browser and you see the problem. :slight_smile:

this one?JFrog Landing

Yes, exactly that one

i open it and it just said free tier subscription deactivated and then i tried the command again and it has the same problem

Yes, of course.
You see that the repository is broken as the free usage has expired.
And if you look at the docs of satin at GitHub - Ladysnake/Satin: A Fabric library to help with shader usage, you see that since June the repository address changed.

so i get the error because my subscription is expired

oh wait the thing is outdated
is what you are saying because the address changed

Not your subscription.
The Maven repository you try to use.
The readme of that project tells you the new repository you should use.