QuickMath/settings.gradle.kts
JFronny b70b3c7d2a
All checks were successful
ci/woodpecker/push/jfmod Pipeline was successful
Use new config compiler
2022-12-29 16:13:26 +01:00

10 lines
234 B
Plaintext

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