2019-05-18 16:25:27 -04:00
|
|
|
archivesBaseName = "fabric-renderer-api-v1"
|
2021-07-05 13:47:06 -04:00
|
|
|
version = getSubprojectVersion(project, "0.4.4")
|
2019-05-18 16:25:27 -04:00
|
|
|
|
2020-11-15 14:15:35 -05:00
|
|
|
moduleDependencies(project, [
|
|
|
|
'fabric-api-base'
|
|
|
|
])
|
2021-04-14 13:40:42 -04:00
|
|
|
|
|
|
|
dependencies {
|
2021-05-12 15:23:04 -04:00
|
|
|
testmodImplementation project(path: ':fabric-blockrenderlayer-v1', configuration: 'dev')
|
|
|
|
testmodImplementation project(path: ':fabric-models-v0', configuration: 'dev')
|
|
|
|
testmodImplementation project(path: ':fabric-object-builder-api-v1', configuration: 'dev')
|
2021-06-10 05:34:01 -04:00
|
|
|
testmodImplementation project(path: ':fabric-renderer-indigo', configuration: 'dev')
|
2021-05-12 15:23:04 -04:00
|
|
|
testmodImplementation project(path: ':fabric-rendering-data-attachment-v1', configuration: 'dev')
|
2021-06-10 05:34:01 -04:00
|
|
|
testmodImplementation project(path: ':fabric-resource-loader-v0', configuration: 'dev')
|
|
|
|
testmodImplementation project(path: ':fabric-tag-extensions-v0', configuration: 'dev')
|
|
|
|
testmodImplementation project(path: ':fabric-tool-attribute-api-v1', configuration: 'dev')
|
2021-04-14 13:40:42 -04:00
|
|
|
}
|