mirror of
https://github.com/TheWhiteDog9487/WhoProvideThisKeybind.git
synced 2026-09-16 15:04:19 +08:00
14 lines
369 B
Kotlin
14 lines
369 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = "Fabric"
|
|
url = uri("https://maven.fabricmc.net/") }
|
|
mavenCentral()
|
|
gradlePluginPortal() }
|
|
|
|
plugins {
|
|
id("net.fabricmc.fabric-loom") version providers.gradleProperty("loom_version") } }
|
|
|
|
// Should match your modid
|
|
rootProject.name = "whoprovidethiskeybind"
|