mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 16:18:29 -05:00
13 lines
410 B
Groovy
13 lines
410 B
Groovy
|
archivesBaseName = "fabric-networking-api-v1"
|
||
|
version = getSubprojectVersion(project, "1.0.0")
|
||
|
|
||
|
moduleDependencies(project, [
|
||
|
'fabric-api-base'
|
||
|
])
|
||
|
|
||
|
dependencies {
|
||
|
testmodCompile project(path: ':fabric-command-api-v1', configuration: 'dev')
|
||
|
testmodCompile project(path: ':fabric-lifecycle-events-v1', configuration: 'dev')
|
||
|
testmodCompile project(path: ':fabric-key-binding-api-v1', configuration: 'dev')
|
||
|
}
|