GoogleChat/settings.gradle.kts
JFronny 58dbcc4573
Some checks failed
ci/woodpecker/manual/jfmod Pipeline failed
Disable debug logs by default
2022-12-02 16:22:19 +01:00

14 lines
387 B
Plaintext

pluginManagement {
val libjf_version: String by settings
repositories {
maven("https://maven.fabricmc.net/") // FabricMC
maven("https://maven.frohnmeyer-wds.de/artifacts") // scripts
gradlePluginPortal()
}
plugins {
id("io.gitlab.jfronny.libjf.libjf-config-compiler-plugin") version libjf_version
}
}
rootProject.name = "google-chat"