mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
13 lines
483 B
Groovy
13 lines
483 B
Groovy
archivesBaseName = "fabric-tag-extensions-v0"
|
|
version = getSubprojectVersion(project)
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-resource-loader-v0'
|
|
])
|
|
|
|
dependencies {
|
|
testmodImplementation project(path: ':fabric-command-api-v1', configuration: 'namedElements')
|
|
testmodImplementation project(path: ':fabric-key-binding-api-v1', configuration: 'namedElements')
|
|
testmodImplementation project(path: ':fabric-lifecycle-events-v1', configuration: 'namedElements')
|
|
}
|