You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm trying to compile the 1.20.4 but everytime i try it gives me an error about a dependency
To Reproduce
Set a clean environment
Gradlew build
See error
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
> Could not find com.gitlab.redstonerevive:Departed-Depot:1.3.1-ALPHA.
The text was updated successfully, but these errors were encountered:
For some reason I haven't been able to get Departed-Depot to be available on a public maven repository on GitLab. It had something to do with the authentication being funny. I'll readd it as a priority on my todo list.
For now you can clone the project and run gradle publishToMavenLocal to fix.
Describe the bug
I'm trying to compile the 1.20.4 but everytime i try it gives me an error about a dependency
To Reproduce
The text was updated successfully, but these errors were encountered: