mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
12 lines
447 B
Groovy
12 lines
447 B
Groovy
archivesBaseName = "fabric-entity-events-v1"
|
|
version = getSubprojectVersion(project)
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base'
|
|
])
|
|
|
|
dependencies {
|
|
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')
|
|
}
|