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