fabric/fabric-command-api-v1/build.gradle
modmuss50 5644fa286e Fix commands on servers. (#604)
* Fix commands on servers.

Based off the same fix I made a year or two ago...

* Fix
2020-05-02 21:21:35 +01:00

6 lines
175 B
Groovy

archivesBaseName = "fabric-command-api-v1"
version = getSubprojectVersion(project, "1.0.1")
dependencies {
compile project(path: ':fabric-api-base', configuration: 'dev')
}