2020-04-21 23:30:02 -04:00
|
|
|
archivesBaseName = "fabric-tool-attribute-api-v1"
|
2021-05-27 13:40:00 -04:00
|
|
|
version = getSubprojectVersion(project, "1.2.12")
|
2020-04-21 23:30:02 -04:00
|
|
|
|
|
|
|
dependencies {
|
2021-05-12 15:23:04 -04:00
|
|
|
testmodImplementation project(path: ':fabric-object-builder-api-v1', configuration: 'dev')
|
|
|
|
testmodImplementation project(path: ':fabric-lifecycle-events-v1', configuration: 'dev')
|
|
|
|
testmodImplementation project(path: ':fabric-resource-loader-v0', configuration: 'dev')
|
2020-04-21 23:30:02 -04:00
|
|
|
}
|
2020-11-15 14:15:35 -05:00
|
|
|
|
|
|
|
moduleDependencies(project, [
|
|
|
|
'fabric-api-base',
|
|
|
|
'fabric-tag-extensions-v0'
|
|
|
|
])
|