mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-02-15 01:31:44 +01:00
15 lines
224 B
Groovy
15 lines
224 B
Groovy
plugins {
|
|
id "groovy-gradle-plugin"
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
|
|
maven {
|
|
url = "https://maven.fabricmc.net/"
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation "net.fabricmc:fabric-loom:1.9-SNAPSHOT"
|
|
} |