13 lines
385 B
Plaintext
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"
|