So I am building my VS 2 addon using IntelliJ IDEA and I keep getting this error:
A problem occurred configuring root project 'gmod-fabric'.
Could not resolve all files for configuration ':modImplementation'.
Could not resolve org.valkyrienskies:valkyrienskies-120-fabric:2.3.0-beta.5.
Required by:
project :
Could not resolve org.valkyrienskies:valkyrienskies-120-fabric:2.3.0-beta.5.
Could not get resource 'https://jitpack.io/org/valkyrienskies/valkyrienskies-120-fabric/2.3.0-beta.5/valkyrienskies-120-fabric-2.3.0-beta.5.pom'.
Could not GET 'https://jitpack.io/org/valkyrienskies/valkyrienskies-120-fabric/2.3.0-beta.5/valkyrienskies-120-fabric-2.3.0-beta.5.pom'. Received status code 401 from server: Unauthorized
- 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.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.5/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 6s
I tried searching everywhere but I cannot seem to fix it, and my attempts have been going for HOURS straight with no luck!
Can someone please help me? This is my build.gradle file:
https://pastebin.com/1uMQuW3K
Note: Yes I have tried putting the VSCore version in but no luck still!
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.