mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-26 17:46:25 -05:00
12 lines
219 B
Groovy
12 lines
219 B
Groovy
|
version = getSubprojectVersion(project)
|
||
|
|
||
|
moduleDependencies(project, [
|
||
|
'fabric-api-base',
|
||
|
':fabric-entity-events-v1',
|
||
|
':fabric-object-builder-api-v1'
|
||
|
])
|
||
|
|
||
|
testDependencies(project, [
|
||
|
':fabric-lifecycle-events-v1'
|
||
|
])
|