Add mc auto translations

[no changelog]
This commit is contained in:
Linnea Gräf
2024-10-30 18:34:52 +01:00
parent c9c25b6156
commit b11b12585d
6 changed files with 33 additions and 9 deletions

View File

@@ -25,6 +25,9 @@ pluginManagement {
name = "jitpack"
url = uri("https://jitpack.io")
}
maven {
url = uri("https://repo.nea.moe/releases")
}
mavenCentral()
gradlePluginPortal()
}