fabric/fabric-key-binding-api-v1/build.gradle
Grayray 427fb25ae7 Update key-binding-api-v1 example (#1309)
Switches from events-lifecycle-v0 to lifecycle-events-v1

(cherry picked from commit 4ee10f8910)
2021-02-14 17:56:50 +00:00

8 lines
351 B
Groovy

archivesBaseName = "fabric-key-binding-api-v1"
version = getSubprojectVersion(project, "1.0.3")
dependencies {
testmodCompile project(path: ':fabric-api-base', configuration: 'dev')
testmodCompile project(path: ':fabric-lifecycle-events-v1', configuration: 'dev')
testmodCompile project(path: ':fabric-resource-loader-v0', configuration: 'dev')
}