GoogleChat/settings.gradle.kts
JFronny 3abef14c4c
All checks were successful
ci/woodpecker/push/jfmod Pipeline was successful
ci/woodpecker/tag/jfmod Pipeline was successful
Use new config compiler plugin
2022-12-14 20:25:56 +01:00

10 lines
236 B
Plaintext

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