mirror of
https://github.com/FabricMC/fabric.git
synced 2025-02-17 04:01:46 -05:00
All of the version need to be bumped due to fabric-api-base being updated, this highlights the need for a better solution.
7 lines
179 B
Groovy
7 lines
179 B
Groovy
archivesBaseName = "fabric-renderer-registries-v1"
|
|
version = getSubprojectVersion(project, "3.2.5")
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-rendering-v1'
|
|
])
|