mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-01-22 21:42:44 +01:00
4c12ab4ddb
Note that this commit still is quite broken and won't compile
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"
|
|
} |