mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-26 17:46:25 -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.
6 lines
160 B
Groovy
6 lines
160 B
Groovy
archivesBaseName = "fabric-rendering-data-attachment-v1"
|
|
version = getSubprojectVersion(project, "0.2.1")
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base'
|
|
])
|