mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-14 19:25:23 -05:00
13 lines
308 B
Groovy
13 lines
308 B
Groovy
version = getSubprojectVersion(project)
|
|
|
|
moduleDependencies(project, ['fabric-api-base'])
|
|
|
|
testDependencies(project, [
|
|
':fabric-command-api-v2',
|
|
':fabric-lifecycle-events-v1',
|
|
':fabric-key-binding-api-v1'
|
|
])
|
|
|
|
loom {
|
|
accessWidenerPath = file('src/main/resources/fabric-networking-api-v1.accesswidener')
|
|
}
|