YesCheat/settings.gradle.kts
JFronny 4cf78fd350
All checks were successful
ci/woodpecker/push/jfmod Pipeline was successful
Use new config compiler plugin
2022-12-29 14:25:02 +01:00

10 lines
233 B
Plaintext

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