Hey! This is a maven repository for the dependencies of our mods.
Add this to your build.gradle.kts
.
repositories {
// ...
maven("https://github.com/ElytraServers/ElytraMavenRepository/raw/master/")
}
or build.gradle
repositories {
// ...
maven {
url "https://github.com/ElytraServers/ElytraMavenRepository/raw/master/"
}
}