fabric/fabric-containers-v0/build.gradle
i509VCB bf770ed853
Remove all inter-module dependencies on fabric-networking-v0 (#1291)
This migrates all uses of v0 networking to v1 api, and changes the readme to not mention networking-v0 in the example for dependencies.

This effectively makes v0 removable if it breaks in the future beyond repair. Though I expect v0 to last quite a bit longer.
2021-02-14 17:40:46 +00:00

7 lines
176 B
Groovy

archivesBaseName = "fabric-containers-v0"
version = getSubprojectVersion(project, "0.1.10")
moduleDependencies(project, [
'fabric-api-base',
'fabric-networking-api-v1'
])