fabric/fabric-networking-api-v1/build.gradle
2021-09-29 20:03:16 +01:00

12 lines
432 B
Groovy

archivesBaseName = "fabric-networking-api-v1"
version = getSubprojectVersion(project, "1.0.14")
moduleDependencies(project, [
'fabric-api-base'
])
dependencies {
testmodImplementation project(path: ':fabric-command-api-v1', configuration: 'dev')
testmodImplementation project(path: ':fabric-lifecycle-events-v1', configuration: 'dev')
testmodImplementation project(path: ':fabric-key-binding-api-v1', configuration: 'dev')
}