ViaFabricPlus/api/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

7 lines
125 B
Groovy

plugins {
id "vfp.base-conventions"
}
dependencies {
compileOnly "com.viaversion:viaversion-common:5.2.1-SNAPSHOT"
}