Translater/settings.gradle.kts
JFronny a730f0c990
All checks were successful
ci/woodpecker/push/jfmod Pipeline was successful
Update to new infrastructure
2022-11-25 17:14:38 +01:00

13 lines
385 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 = "translater"