fabric/fabric-game-rule-api-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
466 B
Groovy

archivesBaseName = "fabric-game-rule-api-v1"
version = getSubprojectVersion(project, "1.0.8")
loom {
accessWidenerPath = file("src/main/resources/fabric-game-rule-api-v1.accesswidener")
}
dependencies {
testmodImplementation project(path: ':fabric-api-base', configuration: 'dev')
testmodImplementation project(path: ':fabric-lifecycle-events-v1', configuration: 'dev')
testmodImplementation project(path: ':fabric-resource-loader-v0', configuration: 'dev')
}