mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -05:00
65d505fc8a
All of the version need to be bumped due to fabric-api-base being updated, this highlights the need for a better solution.
12 lines
432 B
Groovy
12 lines
432 B
Groovy
archivesBaseName = "fabric-networking-api-v1"
|
|
version = getSubprojectVersion(project, "1.0.16")
|
|
|
|
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')
|
|
}
|