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