mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -05:00
10 lines
254 B
Groovy
10 lines
254 B
Groovy
archivesBaseName = "fabric-command-api-v1"
|
|
version = getSubprojectVersion(project, "1.1.1")
|
|
|
|
dependencies {
|
|
testmodImplementation project(path: ':fabric-lifecycle-events-v1', configuration: 'dev')
|
|
}
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base'
|
|
])
|