mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-25 00:58:17 -05:00
5177e148fa
* Create command api test mod * Verify the callback is only called once per server instance.
8 lines
259 B
Groovy
8 lines
259 B
Groovy
archivesBaseName = "fabric-command-api-v1"
|
|
version = getSubprojectVersion(project, "1.0.1")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
|
|
testmodCompile project(path: ':fabric-events-lifecycle-v0', configuration: 'dev')
|
|
}
|