Translater/settings.gradle.kts
JFronny 170271666d
All checks were successful
ci/woodpecker/push/jfmod Pipeline was successful
Use new config compiler
2022-12-29 16:02:29 +01:00

9 lines
234 B
Plaintext

pluginManagement {
repositories {
maven("https://maven.fabricmc.net/") // FabricMC
maven("https://maven.frohnmeyer-wds.de/artifacts") // scripts
gradlePluginPortal()
}
}
rootProject.name = "translater"