ViaFabricPlus/build-logic/build.gradle
FlorianMichael 4c12ab4ddb
[ci skip] Add basic api point
Note that this commit still is quite broken and won't compile
2024-12-23 17:23:34 +01:00

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"
}