2020-04-21 23:30:02 -04:00
|
|
|
archivesBaseName = "fabric-tool-attribute-api-v1"
|
2021-11-12 07:48:58 -05:00
|
|
|
version = getSubprojectVersion(project)
|
2020-04-21 23:30:02 -04:00
|
|
|
|
|
|
|
dependencies {
|
2021-11-12 07:48:58 -05:00
|
|
|
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')
|
2020-04-21 23:30:02 -04:00
|
|
|
}
|
2020-11-15 14:15:35 -05:00
|
|
|
|
|
|
|
moduleDependencies(project, [
|
|
|
|
'fabric-api-base',
|
2021-11-05 11:24:32 -04:00
|
|
|
'fabric-mining-level-api-v1',
|
2020-11-15 14:15:35 -05:00
|
|
|
'fabric-tag-extensions-v0'
|
|
|
|
])
|