2020-12-30 11:43:22 -05:00
|
|
|
archivesBaseName = "fabric-entity-events-v1"
|
2021-11-12 07:48:58 -05:00
|
|
|
version = getSubprojectVersion(project)
|
2020-12-30 11:43:22 -05:00
|
|
|
|
|
|
|
moduleDependencies(project, [
|
|
|
|
'fabric-api-base'
|
|
|
|
])
|
|
|
|
|
|
|
|
dependencies {
|
2021-11-12 07:48:58 -05:00
|
|
|
testmodImplementation project(path: ':fabric-command-api-v1', configuration: 'namedElements')
|
|
|
|
testmodImplementation project(path: ':fabric-networking-api-v1', configuration: 'namedElements')
|
|
|
|
testmodImplementation project(path: ':fabric-registry-sync-v0', configuration: 'namedElements')
|
2021-11-23 12:04:34 -05:00
|
|
|
testmodImplementation project(path: ':fabric-rendering-v1', configuration: 'namedElements')
|
2020-12-30 11:43:22 -05:00
|
|
|
}
|