fabric/fabric-dimensions-v1/build.gradle
modmuss50 65d505fc8a Bump versions
All of the version need to be bumped due to fabric-api-base being updated, this highlights the need for a better solution.
2021-11-05 17:09:48 +00:00

12 lines
427 B
Groovy

archivesBaseName = "fabric-dimensions-v1"
version = getSubprojectVersion(project, "2.1.4")
dependencies {
testmodImplementation project(path: ':fabric-command-api-v1', configuration: 'dev')
testmodImplementation project(path: ':fabric-resource-loader-v0', configuration: 'dev')
testmodImplementation project(path: ':fabric-lifecycle-events-v1', configuration: 'dev')
}
moduleDependencies(project, [
'fabric-api-base'
])