mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -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.
11 lines
276 B
Groovy
11 lines
276 B
Groovy
archivesBaseName = "fabric-rendering-fluids-v1"
|
|
version = getSubprojectVersion(project, "0.1.15")
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-textures-v0'
|
|
])
|
|
|
|
dependencies {
|
|
testmodImplementation project(path: ':fabric-textures-v0', configuration: 'dev')
|
|
}
|