attempt adding it back here

This commit is contained in:
Telesphoreo 2024-03-17 15:45:22 -05:00
parent d2c2b9c549
commit ee424c266b
2 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,10 @@ repositories {
name = "EngineHub"
url = uri("https://maven.enginehub.org/repo/")
}
maven {
name = "FabricMC"
url = uri("https://maven.fabricmc.net/")
}
}
val properties = Properties().also { props ->

View File

@ -15,6 +15,10 @@ fun Project.applyCommonConfiguration() {
name = "EngineHub"
url = uri("https://maven.enginehub.org/repo/")
}
maven {
name = "FabricMC"
url = uri("https://maven.fabricmc.net/")
}
maven {
name = "OSS Sonatype Snapshots"
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")